Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Good evening everyone!
I have already presented the photos of the attached worksheet (which I give to this community) in a previous post. However, there is a small problem: why does transformation 28), at the bottom of the worksheet, go wrong?
I thank those who will answer and also those who will find something wrong in all the work that has requested "Stunde und Stunden der Arbeit"...
I hope that, with the download of the worksheet, the bitmap images do not move from their original position, otherwise there will be a bit of chaos.
Solved! Go to Solution.
Operation 28) fails most probably because the invlaplace of V.b6(s) contains the delta function, which the numeric processor doesn't (want to) know.
Success!
Luc
Operation 28) fails most probably because the invlaplace of V.b6(s) contains the delta function, which the numeric processor doesn't (want to) know.
Success!
Luc
I really don't think the cause of the malfunction is as you say. So much so that the Laplace anti-transformations are previously calculated individually.
Nonetheless Luc is perfectly right in his assumption. If you define the Dirac Delta function (I boldly set it constant 0) so it can be used in numerics, too, your functions works for numeric plotting as well. It just turns red because Mathcad decides that the symbolic result is too large and should not be displayed.
EDIT: Here is a more sophisticated Delta function
BTW, you had a typo. Your plot tries to plot vb.67 but you had assigned the result of invlaplace to a function v.b67
Furthermore it looks to me that you were aware of the Delta(t) problem when you plotted vb6 in Fig.14. So why were you puzzled by expression 28?
The problem with expression 28 is that you can't see the result and so you can't manually remove the Delta function as you did in Fig.14, but defining a new Delta-Function should solve that problem. You may use Delta:=Delta to keep the original symbolic Delta function for symbolic calculations.
Here is maybe a better numeric Dirac substitute
But I guess a cosine is the better choice
Yes. You're right, I forgot to define Dirac's impulse at the beginning of the worksheet. I made the change and approximated the impulse as easily as possible and everything is fine.
It would have been better to say "Stunden und Stunden lang Arbeit". Alas! I got really rusty with the German language ... I need a German friend (female to be clear) to practice a little ...
Here's your work converted to Prime.
The results in Prime 8 are the same. The file is saved for Prime 4 (and higher).
Success!
Luc