Maple Tools

Maple Tools - Symbolic engine for SMath Studio. - Messages

#121 Posted: 5/24/2013 5:33:52 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

First and second order ODE examples.

[albumimg]161[/albumimg][albumimg]162[/albumimg]

I do not know how to solve them in one step like. How to put sets - {} in the command?

>dsolve({D(y)(x)=x-y,y(0)=1},y(x))

Could someone give some help?

Regards,
Radovan
ode2.sm (13 KiB) downloaded 110 time(s).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#122 Posted: 5/24/2013 7:54:08 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. The document can not be saved. I don't know why.

plot([`in`[1], `in`[2], t=0..2*Pi], color=blue );

plot3d( `in`, x=-5..5, y=-5..5, scaling=constrained, style=patch,
orientation=[40,50], grid=[50,50], color=gray, axes=frame,
lightmodel=`light4`, projection=`normal`, shading=zgrayscale );

implicitplot3d( `in`=0, x=-2..2, y=-2..2, z=-2..2, grid=[50,50,50], orientation=[20,60],
axes=frame, lightmodel=`light4`, projection=`normal`, style=patchnogrid);

[albumimg]164[/albumimg] [albumimg]165[/albumimg]

F:=implicitplot3d( `in`[1]=0, x=-2..2, y=-2..2, z=-2..2, grid=[30,30,30],
style=patchnogrid ):

G:=plot3d(`in`[2], x=-2..2, y=-2..2, style=patch, color=white):

display({F,G}, orientation=[20,60], axes=box, lightmodel=`light2`,
projection=`normal`, labels=["X","Y","Z"], scaling=constrained,
tickmarks=[4,4,4] );

[albumimg]166[/albumimg]


[MATH]f(x;y;z)a^2*(x^2+y^2+z^2))^{-2}+(b^8*(x^8+y^8+z^8))^4-2[/MATH]

F:=implicitplot3d( `in`=0, x=-2.1..2.1, y=-2.1..2.1, z=-2.1..2.1,
grid=[50,50,50], style=patchnogrid ):

display({F}, orientation=[35,55], axes=box, lightmodel=`light4`,
projection=`normal`, labels=["X","Y","Z"], scaling=constrained,
tickmarks=[4,4,4] );

[albumimg]167[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
#123 Posted: 5/25/2013 3:50:17 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

I do not know how to solve them in one step like. How to put sets - {} in the command?

>dsolve({D(y)(x)=x-y,y(0)=1},y(x))

Could someone give some help?



[albumimg]168[/albumimg] [albumimg]171[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
#124 Posted: 5/25/2013 5:52:17 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Aha,...convert() was the magic word. Thank you
Strange, but this one was the only one successful

[albumimg]172[/albumimg]

My other attempts in making plots and reproducing your pictures, issued an error about missing gif file in tmp folder. See the picture please

[albumimg]173[/albumimg]

The problem of not saving pictures and SMat crash still remained.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#125 Posted: 5/25/2013 6:08:25 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Show me the log file: mvr5.txt.
Russia ☭ forever, Viacheslav N. Mezentsev
#126 Posted: 5/25/2013 6:19:05 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Show me the log file: mvr5.txt.


Here it is. If you want me something in particular to try, just let me know.

Regards,
Radovan


mvr5.txt (192 KiB) downloaded 80 time(s).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#127 Posted: 5/25/2013 6:40:59 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

This one is after deleting mvr5.txt and trying to make a parametric 3dplot
3dplotparam.png
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#128 Posted: 5/25/2013 6:59:09 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

Wrote

Show me the log file: mvr5.txt.


Here it is. If you want me something in particular to try, just let me know.

Regards,
Radovan


Radovan, you have to change the maple-commands for each graph. In your example these commands are set incorrectly. I specifically show the commands. They need to be inserted into the settings form, as showed above.

1) Try this:

a := plot( `in`, t=0..20, x=-1.5..1.5, scaling=unconstrained, style=line,
color=blue, axes=box, labels=["t","x(t) "]):

b := coordplot(rectangular, [0..20, -1.5..1.5], linestyle=[7,7],
color=[gray,gray]):

display([a,b]);

2) projection=`normal must be projection=`normal`
Russia ☭ forever, Viacheslav N. Mezentsev
#129 Posted: 5/25/2013 8:04:10 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

I tried your suggestion (just copy/paste) and calculation take quite long (did not wait for it to finish). Just used the simple one, and it worked (the first picture). It is good enough for me .

Tried one of your examples, and typed carefully as much as I could. I did not see any mistake - but the plot did not appear (the second picture)

[albumimg]174[/albumimg][albumimg]175[/albumimg]

Regards,
Radovan
mvr5.txt (265 KiB) downloaded 65 time(s).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#130 Posted: 5/25/2013 8:14:41 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Try to add with(plots): to with.inc:
Quote

with(linalg):with(inttrans):with(plots):

Russia ☭ forever, Viacheslav N. Mezentsev
#131 Posted: 5/25/2013 8:26:25 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Try to add with(plots): to with.inc:

Quote

with(linalg):with(inttrans):with(plots):



It worked . What was the catch?

3dplot-implicit.png
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#132 Posted: 5/25/2013 12:26:54 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Nice

[albumimg]176[/albumimg]


ode2-boundary.sm (18 KiB) downloaded 123 time(s).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
#133 Posted: 5/25/2013 7:40:31 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

MaplePlot updated. Small imprоvements.

[albumimg]177[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Radovan Omorjan 5/26/2013 3:00:00 AM
#134 Posted: 5/26/2013 2:59:31 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Just to confirm. The EMPTY PLOT is now working fine. No crash of SMath at the plot inserting

[albumimg]178[/albumimg]
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#135 Posted: 5/26/2013 4:20:20 AM
Janusz

Janusz

7 likes in 48 posts.

Group: User

Hello,

Heartily please for the prompt, how to check in Maple that two expressions are to themselves equal. For example whether the expression under variable a is such alone as the expression under variable b?

Regards,
Janusz
#136 Posted: 5/26/2013 6:26:32 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Heartily please for the prompt, how to check in Maple that two expressions are to themselves equal. For example whether the expression under variable a is such alone as the expression under variable b?


I do not use maple to much (it is interesting and a fun using it in SMath ) , and someone else might give you a better solution - but this should work

[MATH=eng]e1a^2-1)*1/sqrt(a)[/MATH]

[MATH=eng]e2b-1)*(b+1)/sqrt(b)[/MATH]

[MATH=eng]maple(simplify(subs(a≡b,e1)-e2))=0[/MATH]

Regards,
Radoavn
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#137 Posted: 5/26/2013 7:32:54 AM
Janusz

Janusz

7 likes in 48 posts.

Group: User

Hi Radoavn,

Thank you, interesting solution, will try out it.

Regards,
Janusz
#138 Posted: 5/27/2013 1:10:51 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Still can't save region.

Show Spoiler



[albumimg]179[/albumimg]
MaplePlot. Example 8.sm (4 KiB) downloaded 121 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Radovan Omorjan 5/27/2013 4:21:00 AM
#139 Posted: 5/27/2013 2:22:01 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Thanks for the update.

I have still trouble with the basics. Example 2 does not work.

Here is what the log file says:

Show Spoiler



There are empty tmp files in the tmp dir:
tmp59BF.tmp
tmp5A0F.tmp
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#140 Posted: 5/27/2013 3:07:10 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

In your example:
[MATH]`in`x^2+y^2+z^2)-1[/MATH]

but expected:

[MATH]sys(el(`in`;1);el(`in`;2);2;1):sys((x^2+y^2+z^2)-1;0;2;1)[/MATH]

we get: `in`[1]="" , `in`[2]="" - empty values (because it is not a system) and `in`=(x^2+y^2+z^2)-1 (but is missing in script)

Must be:

Show Spoiler


[albumimg]180[/albumimg]

Quote

There are empty tmp files in the tmp dir:
tmp59BF.tmp
tmp5A0F.tmp

This is normal.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Martin Kraska 5/27/2013 3:50:00 PM
  • New Posts New Posts
  • No New Posts No New Posts