hi everybody,
Could someone make an add in for fx9860gII that can graph and calculate differential equations like on the Algebra FX2.0 ?
It would be great and the fx9860gII would be as powerful as the Algebra FX2.0 !!
I hope someone will make this add in (i dont know how maka an add in)
thanks
scientifix
Add In Differential Equation
Started by
scientifix
, Feb 15 2013 05:39 PM
6 replies to this topic
#1
Posted 15 February 2013 - 05:39 PM
#2
Posted 03 March 2013 - 07:46 PM
Could someone make this add in (differential equation, like on the Algebra FX2.0) for fx9860gII ?
It would be great !
scientifix
It would be great !
scientifix
#3
Posted 03 March 2013 - 07:49 PM
Making a CAS is a difficult and log-term project. If you want someone to do it, you have to be patient. I remember seeing XtrmCas on Casiopeia, if that has what you want, then ask the author of that program about it.
#4
Posted 03 March 2013 - 07:51 PM
No I mean an Add in that can graph and calculate differential equation like "DIFF EQU" on the Algebra FX2.0
#5
Posted 10 March 2013 - 07:05 PM
Plotting differential equations can be done with (and actually is) a numeric algorithm. No need to cas. Just an expression evaluator should be enough.
Vanhoa made one for the ClassPad which is open source: http://community.cas...uation-grapher/ (Note: I didn't check myself but read post #13 by PAP which says that program has bugs). PAP has also made one in CPLua but has not released it yet
Anyway algorithms for this are available; but implementations should be carefully tested to make sure algorithm/program is correct.
Vanhoa made one for the ClassPad which is open source: http://community.cas...uation-grapher/ (Note: I didn't check myself but read post #13 by PAP which says that program has bugs). PAP has also made one in CPLua but has not released it yet
Anyway algorithms for this are available; but implementations should be carefully tested to make sure algorithm/program is correct.
Edited by MicroPro, 11 March 2013 - 07:08 PM.
#6
Posted 11 March 2013 - 05:59 PM
Hi Micropro,
thanks for your answer !
In which language was this cp300 add in written ? Is it possible to port it to fx9860gII ?
can you give me the names of the available algorithms and where to download them ?
thanks
scientifix
thanks for your answer !
In which language was this cp300 add in written ? Is it possible to port it to fx9860gII ?
can you give me the names of the available algorithms and where to download them ?
thanks
scientifix
#7
Posted 15 March 2013 - 05:40 PM
Is this program good for differential equation ?
Part 1:
Part 1:
"A"? ->A "B"? ->B "V"? ->V "W"? ->W "H"? ->H "N"? ->N SEQ(X,X,0,N,1) ->List 1 SEQ(0,X,0,N,1) ->List 2 SEQ(0,X,0,N,1) ->List 3 V ->List 2 <img src='/dot/public/style_emoticons/<#EMO_DIR#>/1.jpg' class='bbc_emoticon' alt='[1]' /> W ->List 3 <img src='/dot/public/style_emoticons/<#EMO_DIR#>/1.jpg' class='bbc_emoticon' alt='[1]' /> FOR 1 ->I TO N List 2[I]+ H L->ist 2[I+1] A*List 3 [I]+B-> F List 3[I] + H*F ->List 3[I+1] NEXT
Edited by scientifix, 15 March 2013 - 05:48 PM.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users