how do I calculate laurent series in matlab?
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Patrik Ek
am 16 Jan. 2014
Bearbeitet: Patrik Ek
am 16 Jan. 2014
Hi,
I have a problem with calculating the laurent series expansion in matlab. The problem is that when I call the function series in matlab, it chooses to run the function series from control systems toolbox. However I want to run the the function series included in MuPAD, which calculate a laurent series expansion (and more). How do I do this?
If anyone knows please answer. The help on mathworks does not provide any support for this. I am good at accepting answers
0 Kommentare
Akzeptierte Antwort
Mischa Kim
am 16 Jan. 2014
Hello Patrik, check out http://www.mathworks.com/help/symbolic/mupad_ref/series.html. What further support would you need?
2 Kommentare
Mischa Kim
am 16 Jan. 2014
Bearbeitet: Mischa Kim
am 16 Jan. 2014
First, use ver to check if the Symbolic Math Toolbox is installed. If it is simply type
mupad
to open the MuPAD and in MuPAD, as a test,
s := series(sin(x), x)
If this works you are good to go.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!