Hi,
I try some experiments with the emulator... I'd like to write a program that asks first for a function and then place is inv-Laplace transform in F1 for plotting.
Here is the "idea" (of course it can't work like this...)
EXPORT Laplace()
BEGIN
local s,f;
INPUT(f,"F(s) definition","F(s)=", "Enter function transfer");
F1:=CAS.invlaplace(f,s,'X');
END;
Can you help me ? I have in mind to make an APP for "motion control" but as you can read It's a long way for me...