Post Reply 
[BUG] Another Prime bug or just my calculator ?
12-25-2013, 12:35 AM
Post: #4
RE: [BUG] Another Prime bug or just my calculator ?
I find DEFINE pretty useless anyway (except for graphing), since functions defined with DEFINE (!)won't be recognized inside CAS functions or commands, e.g.

DEFINE NNN(X,Y)=X^2-Y^3

solve(NNN(x,3)=6,x) returns [[]]

BUT

nnn:=(x,y) -> (x^2-y^3) as a CAS function

solve (nnn(x,3)=6,x) returns {-sqrt(33), sqrt(33)}

But I find it odd your Prime would go flaky only when using DEFINE. Maybe it is time to reset it!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [BUG] Another Prime bug or just my calculator ? - Helge Gabert - 12-25-2013 12:35 AM



User(s) browsing this thread: 1 Guest(s)