HELP needed on how to use symbols in FREEMAT?

1,560 views
Skip to first unread message

PRO

unread,
May 20, 2012, 7:12:15 AM5/20/12
to freemat
Hello I am a student and new to FREEMAT, I have worked before in
MATLAB and I used a command line "syms t1, t2, t3" to declare symbols.
I further used them in trigonometric functions (ex: sin(t1) ). This
command line however does not work in FREEMAT and after searching the
help file I couldn't find much to it :-?.
What is the command line for what I am trying to do in FREEMAT?

I request QUICK HELP thanks!

Timothy Cyders

unread,
May 20, 2012, 7:37:54 AM5/20/12
to fre...@googlegroups.com
The symbolic math toolbox in MATLAB is based on the Maple kernel - FreeMat doesn't have this functionality. If you want an open-source algebraic solver, there are several packages out there (maxima is one). if you assign ti a value (e.g.: t1 = 2*pi;), then sin(t1); should return a value as expected. Hope this helps.

TJ


--
You received this message because you are subscribed to the Google Groups "freemat" group.
To post to this group, send email to fre...@googlegroups.com.
To unsubscribe from this group, send email to freemat+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/freemat?hl=en.


PRO

unread,
May 20, 2012, 10:42:29 AM5/20/12
to freemat
Thanks it looks like you gave me a good hint but how do I multiply two
matrix es in maxima?

Timothy Cyders

unread,
May 20, 2012, 11:33:18 AM5/20/12
to fre...@googlegroups.com
Google matrix multiplication maxima.

maxima.sourceforge.net/docs/intromax/intromax.html#tth_sEc6



On Sun, May 20, 2012 at 10:42 AM, PRO <cip_v...@yahoo.com> wrote:
Thanks it looks like you gave me a good hint but how do I multiply two
matrix es in maxima?

PRO

unread,
May 22, 2012, 1:10:07 PM5/22/12
to freemat
It took me 5 minutes to learn how to introduce matrices and multiply
them :P and 5 hours to learn to press shift+enter :D!
Reply all
Reply to author
Forward
0 new messages