Inverse Laplace - simplification?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Inverse Laplace - simplification?
to all,
Attached is a 1st test of using mcad15 inverse Laplace. While I get something, is there a way of getting a “neater” response out of mcad15? For example mcad15 returns sqrt(wf^2) – why not wf ? I think one can end up getting imaginary numbers if one uses specific values !
I know some of the regular users are very handy at using Laplace operations so maybe I might get a few tips and/or tricks
Thanks
[correction: a square was missing!]
Solved! Go to Solution.
- Labels:
-
Calculus_Derivatives
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
For example mcad15 returns sqrt(wf^2) – why not wf ?
Because sqrt(x^2)=x is not valid for all numbers x - think of x=-1.
You may fix this by adding "assume, omega.f>0" or, maybe better, "assume, ALL>0" if that applies.
Also adding "simplify" or even (more time consuming) "simplify,max" may help a bit.
Rewriting the hyperbolic sine and cosine could be done by adding "rewrite, e".
But generally we can say that modifying the output of Mathcads symbolic results always was a PITA and a matter of trial and error and despair.
Here are a few attempts of mine, none resulted in a much simpler result. When I tried to substitute the root expression for W*1i I noticed that Mathcad did not substitute all occurrences of the root and only a second substitute command did the job. As I said - trial, error and pain 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
For example mcad15 returns sqrt(wf^2) – why not wf ?
Because sqrt(x^2)=x is not valid for all numbers x - think of x=-1.
You may fix this by adding "assume, omega.f>0" or, maybe better, "assume, ALL>0" if that applies.
Also adding "simplify" or even (more time consuming) "simplify,max" may help a bit.
Rewriting the hyperbolic sine and cosine could be done by adding "rewrite, e".
But generally we can say that modifying the output of Mathcads symbolic results always was a PITA and a matter of trial and error and despair.
Here are a few attempts of mine, none resulted in a much simpler result. When I tried to substitute the root expression for W*1i I noticed that Mathcad did not substitute all occurrences of the root and only a second substitute command did the job. As I said - trial, error and pain 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
an attempt with Wolfram online calculator (w is wf and w1 is wn)
