The Maxima Solver can't solve the symbolic equations

The Maxima Solver can't solve the symbolic equations - Сообщения

#1 Опубликовано: 19.02.2022 04:35:04
netsonicyxf

netsonicyxf

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

Группа: User

1.png

2.sm (3 КиБ) скачан 41 раз(а).
#2 Опубликовано: 19.02.2022 21:42:42
netsonicyxf

netsonicyxf

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

Группа: User

Thanks Jean,

Both a and alpha are unknows.
the result of a and alpha are still includes these unknows.
Only φ, R and m are knowns and can be used in the results.
#3 Опубликовано: 20.02.2022 10:12:56
netsonicyxf

netsonicyxf

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

Группа: User

Thanks Jean,

Buy you 2nd sybolic solution is the same as the 1st one.

The solution should not include the unknow a and alpha

My friend use Maple to get symbolic solution like this

1.png

You can see that in the solution of alpha, there is no a, in the solution of a, there is no alpha.
#4 Опубликовано: 20.02.2022 20:29:51
overlord

overlord

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

Группа: Moderator

Symbolic solver of maxima is not that capable.
As far as I know of course, maybe there is a simpler way.
But this statement was what I had read about it.
You have to use some substitutions for that solutions.
And some extra division, arc functions, visa versa.
Here is α solved symbolically in wxMaxima.
Same method can be applicable for variable a.

Regards

untitled.wxmx.zip (1 КиБ) скачан 28 раз(а).

2022-02-21_02-21.png
1 пользователям понравился этот пост
netsonicyxf 20.02.2022 22:08:00
#5 Опубликовано: 21.02.2022 17:52:40
overlord

overlord

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

Группа: Moderator

Wrote

Maxima and Maple have same ancestor Macyma


This is a misinformation, you are wrong as usual Jean.
Macsyma is not ancestor of Maple, or Maple is not a derivative of Macsyma.
Those are totally different softwares, written in different programming languages.
Written in different purpose, in different places by different people.

Macsyma is written in LISP, Maple is in C and Java.
It was developed to work on lower cost computers, entirely from scratch.
It could run on cheap machines because of C, on the contrary of LISP.

Maxima is written in LISP but it has a different background.
Maxima is not a successor of Macsyma, it started as 1982 version of it.
Macsyma is developed to 1999, than sold and not a version is released after.
Maxima code was property of US Department of Energy, maintainer made it GPL in 1998.
That code is being developed by independent maintainers since than, it is not just free but open-source.
Maxima does not include any of the many modifications and enhancements made to the commercial version of Macsyma during 1982–1999.

And that file at the end of you post, it tells nothing.
Nothing about what the topic owners requests.
Just a waste of server space and people's time.
#6 Опубликовано: 22.02.2022 03:12:53
netsonicyxf

netsonicyxf

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

Группа: User

Is Maple plugin in Smath able to get symbolic results as Maxima does, but more easily?
#7 Опубликовано: 22.02.2022 11:55:34
overlord

overlord

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

Группа: Moderator

Wrote

Is Maple plugin in Smath able to get symbolic results as Maxima does, but more easily?


Maple is easier to use, that is a fact.
And sometimes it gives better results.
But Maxima can surpass Maple at certain aspects.
Use what suits your needs most.

In the example below, I solved your function with Maple.
Though it gives the results correct, result matrix is cripled.
Copying and changing last bits of result ";2;1)" to ";2;2)" will correct the result.
";" may differ to "," according to your arguments separator.

Regards

Worksheet1.sm (15 КиБ) скачан 58 раз(а).

Click to Enlarge
1 пользователям понравился этот пост
netsonicyxf 26.02.2022 22:43:00
#8 Опубликовано: 16.04.2022 03:36:27
netsonicyxf

netsonicyxf

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

Группа: User

Wrote

Wrote

Is Maple plugin in Smath able to get symbolic results as Maxima does, but more easily?


Maple is easier to use, that is a fact.
And sometimes it gives better results.
But Maxima can surpass Maple at certain aspects.
Use what suits your needs most.

In the example below, I solved your function with Maple.
Though it gives the results correct, result matrix is cripled.
Copying and changing last bits of result ";2;1)" to ";2;2)" will correct the result.
";" may differ to "," according to your arguments separator.

Regards

Worksheet1.sm (15 КиБ) скачан 58 раз(а).

Click to Enlarge



Hi overload,

When I open you sm I get this error
1.png
#9 Опубликовано: 16.04.2022 09:57:28
netsonicyxf

netsonicyxf

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

Группа: User

Wrote

... is that what you are looking for ?

Solve.PNG



No
The two equations should be put in one system.
#10 Опубликовано: 16.04.2022 12:26:22
churichuro

churichuro

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

Группа: User

Wrote

Wrote

Wrote

Is Maple plugin in Smath able to get symbolic results as Maxima does, but more
Hi overload,

When I open you sm I get this error
1.png



appears in red, because the evaluation must be symbolic.

select the "result" variable, press the right button and in the type of evaluation select symbolic and that's it.
I hope I have served you, greetings
#11 Опубликовано: 16.04.2022 12:43:00
Alvaro Diaz Falconi

Alvaro Diaz Falconi

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

Группа: User

Hi. Another way, applying trigonometric identities.

solve_trig.sm (12 КиБ) скачан 37 раз(а).
img.png

Best regards.
Alvaro.
#12 Опубликовано: 17.04.2022 08:32:35
Jean Giraud

Jean Giraud

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

Группа: User

Wrote

Thanks Jean,

Both beta and alpha are unknown.
the result of beta and alpha still include these unknowns.
Onlyφ, R and m are known and can be used in the results.


... to be used as productive.
Your system is baby stuff, example 2 advanced.
I leave it there, not knowing more about your end demand.
Simply a solved formula representation ???
Comment or ignore ... Jean.

Solve ADVANCED Productive.sm (22 КиБ) скачан 30 раз(а).




#13 Опубликовано: 17.04.2022 09:52:57
Jean Giraud

Jean Giraud

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

Группа: User

Does it conclude something in that long journey ?

UNKNOWN.PNG
#14 Опубликовано: 17.04.2022 10:23:25
overlord

overlord

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

Группа: Moderator

Wrote

select the "result" variable, press the right button and in the type of evaluation select symbolic and that's it.
I hope I have served you, greetings


Addition to churichuro's reply, use this simple function to correct maple plugin result matrices.

Regards

maplecorrect.sm (26 КиБ) скачан 99 раз(а).

Click to Expand
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений