Maple Tools

Maple Tools - Symbolic engine for SMath Studio. - Сообщения

#121 Опубликовано: 24.05.2013 17:33:52
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 КиБ) скачан 113 раз(а).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#122 Опубликовано: 24.05.2013 19:54:08
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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 Опубликовано: 25.05.2013 03:50:17
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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 Опубликовано: 25.05.2013 05:52:17
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 Опубликовано: 25.05.2013 06:08:25
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Show me the log file: mvr5.txt.
Russia ☭ forever, Viacheslav N. Mezentsev
#126 Опубликовано: 25.05.2013 06:19:05
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 КиБ) скачан 83 раз(а).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#127 Опубликовано: 25.05.2013 06:40:59
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 Опубликовано: 25.05.2013 06:59:09
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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 Опубликовано: 25.05.2013 08:04:10
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 КиБ) скачан 68 раз(а).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#130 Опубликовано: 25.05.2013 08:14:41
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Try to add with(plots): to with.inc:
Цитата

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

Russia ☭ forever, Viacheslav N. Mezentsev
#131 Опубликовано: 25.05.2013 08:26:25
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: Moderator

Wrote

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

Цитата

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 Опубликовано: 25.05.2013 12:26:54
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: Moderator

Nice

[albumimg]176[/albumimg]


ode2-boundary.sm (18 КиБ) скачан 125 раз(а).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 пользователям понравился этот пост
#133 Опубликовано: 25.05.2013 19:40:31
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

MaplePlot updated. Small imprоvements.

[albumimg]177[/albumimg]
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Radovan Omorjan 26.05.2013 03:00:00
#134 Опубликовано: 26.05.2013 02:59:31
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 Опубликовано: 26.05.2013 04:20:20
Janusz

Janusz

7 сообщений из 48 понравились пользователям.

Группа: 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 Опубликовано: 26.05.2013 06:26:32
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: 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 Опубликовано: 26.05.2013 07:32:54
Janusz

Janusz

7 сообщений из 48 понравились пользователям.

Группа: User

Hi Radoavn,

Thank you, interesting solution, will try out it.

Regards,
Janusz
#138 Опубликовано: 27.05.2013 01:10:51
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Updated. Still can't save region.

Показать спойлер



[albumimg]179[/albumimg]
MaplePlot. Example 8.sm (4 КиБ) скачан 129 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Radovan Omorjan 27.05.2013 04:21:00
#139 Опубликовано: 27.05.2013 02:22:01
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Thanks for the update.

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

Here is what the log file says:

Показать спойлер



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 Опубликовано: 27.05.2013 03:07:10
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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:

Показать спойлер


[albumimg]180[/albumimg]

Цитата

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

This is normal.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Martin Kraska 27.05.2013 15:50:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений