Maxima

Maxima - Examples for using the Maxima Plugin - Сообщения

#61 Опубликовано: 06.06.2014 15:14:23
Radovan Omorjan

Radovan Omorjan

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

Группа: Moderator

Wrote

BTW, you also can use ODE.2, a wrapper for ode2, with preprocessing of the equation switched off.
Also, you can specify the initial conditions in Solve using Davide's at().


Thank you, just forgot about it out and found it afterwards.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#62 Опубликовано: 08.06.2014 20:28:13
Martin Kraska

Martin Kraska

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

Группа: Moderator

Yet another example from the maxima discussion list. It demonstrates use and limitations of the solver function Solve().
Example Maxima cross.sm (21 КиБ) скачан 119 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#63 Опубликовано: 03.08.2014 07:45:44
Martin Kraska

Martin Kraska

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

Группа: Moderator

The Maxima draw package has an experimental interface to the VTK visualization toolkit. It provides high performance 3D rendering.

Objects and options are very similar to those of the Gnuplot interface in the commands Draw2D() and Draw3D().

The current state of the Maxima plugin allows you to play around with VTK. Some limitations apply:
- The interactive viewer is opened as a separate window (not embedded in the sheet)
- The Maxima plugin does not wait for the viewer to be closed but gives up after some short time.
- Any SMath action while the viewer is open can generate a crash.

vtk.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
Radovan Omorjan 03.08.2014 10:44:00
#64 Опубликовано: 03.08.2014 08:30:13
Martin Kraska

Martin Kraska

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

Группа: Moderator

Another example
vtk1.sm (70 КиБ) скачан 115 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
Radovan Omorjan 03.08.2014 10:44:00
#65 Опубликовано: 03.08.2014 11:24:12
Radovan Omorjan

Radovan Omorjan

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

Группа: Moderator

Thank you Martin with keeping this up

I just played a bit (see the picture, please). I suppose this will be improved and I wish you all the best of luck in your efforts.
In the case I did not do something wrong here, but it seems that my example produces additional gnuplot windows.

[albumimg]359[/albumimg]

Regards,
Radovan
probavtk.sm (5 КиБ) скачан 106 раз(а).
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#66 Опубликовано: 04.08.2014 15:53:01
Martin Kraska

Martin Kraska

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

Группа: Moderator

Wrote


In the case I did not do something wrong here, but it seems that my example produces additional gnuplot windows.


This is related to issue SS-189. Maxima is restarted and the plugin retries to execute the command. However, in the new Maxima process, the variable draw_renderer has the default value (gnuplot) instead of VTK.
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#67 Опубликовано: 06.08.2014 17:15:17
Martin Kraska

Martin Kraska

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

Группа: Moderator

If the image file format is set to png, then the plot functions provide enhanced text capabilities now. See the attachment.
Section Maxima Draw2D3D enhanced.sm (155 КиБ) скачан 120 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
Radovan Omorjan 07.08.2014 02:26:00
#68 Опубликовано: 25.08.2014 17:25:27
Martin Kraska

Martin Kraska

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

Группа: Moderator

Here comes life to the gradient symbol of the functions extensions plugin.
Gradient.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
4 пользователям понравился этот пост
frapuano 29.01.2017 11:07:00, Davide Carpi 25.08.2014 18:20:00, Radovan Omorjan 26.08.2014 01:28:00, Andrey Ivashov 26.08.2014 09:07:00
#69 Опубликовано: 15.09.2014 09:11:34
Martin Kraska

Martin Kraska

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

Группа: Moderator

In the attached sheet you find the construction of the element stiffness matrix and the element load vector for a shear-stiff plane horizontal beam finite element as used in this example.
fem-ele.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
IVR 26.01.2017 19:02:00
#70 Опубликовано: 05.02.2015 07:54:32
sergio

sergio

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

Группа: User

Wrote

Example for beam calculation using separate integration intervals.



Hello,
I tried to use this method on a simple case with triangular distributed load.
I got the correct results for V and M moment but not for w and rotation (file1).
Using the same equations but divided into two separate systems ( equilibrium and elastic line) the result is correct (file 2)
anyone can give me any suggestions?

sergio
file2.sm (27 КиБ) скачан 103 раз(а).
#71 Опубликовано: 18.01.2017 13:00:15
Martin Kraska

Martin Kraska

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

Группа: Moderator

This example produces Asby material property charts. The data has been taken from the online ressources for Buchmayr 2002. Besides the Maxima plugin and it's drawing functions this program also demonstrates the use of varous plugins by Davide (ComboBox List, DataExchange, Checkbutton List)

It was posted already 3 years ago, works with the current SMath+Maxima version (no symbolics involved). Just cosmetic changes (output as PNG instead of SVG)

MPC.png
Werkstoffdiagramme.zip (54 КиБ) скачан 117 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 пользователям понравился этот пост
Radovan Omorjan 18.01.2017 15:36:00, frapuano 18.01.2017 15:06:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений