Replies: 2 comments
-
Usually, in WMA, I make the replace like this:
The reason to use an anonymous function is that in the equation,
actually stores in
Then, to get the equation evaluated,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
So, if I understand well, on Python, this should be correct ?
Here is the output :
which means :
Tell me if i'm wrong, and if not, how can i simplify this result ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For a project dealing with differential equations, i would like to replace all the variables "y" of my differential equation with another expression, like the sympy.subs() method actually does.
However i want to get totally rid of Sympy and only use Mathics.
Is this possible ? I started to look into "Rule" and "Pattern" classes, but i didn't really understand...
Here's an example of what i expect :
Beta Was this translation helpful? Give feedback.
All reactions