05-13-2015, 11:38 PM
Updated my Prime to new version 2015 4 27 (7820)
A program that worked previously now does not, and this statement typed into Home or CAS windows now gives the error: Bad argument type
CAS("Z0:=nSolve(DET(matev)=0,x=G")
matev is a CAS 4x4 symbolic matrix of the variable x
G = 5 (a guess)
I can't find nSolve in the catalog. Is this the problem ?
Edit: Apparently nSolve has been replaced with fsolve, and the proper syntax has become
fsolve(DET(matev)=0,x,G)
which does not result in an error and does yield the correct result.
A program that worked previously now does not, and this statement typed into Home or CAS windows now gives the error: Bad argument type
CAS("Z0:=nSolve(DET(matev)=0,x=G")
matev is a CAS 4x4 symbolic matrix of the variable x
G = 5 (a guess)
I can't find nSolve in the catalog. Is this the problem ?
Edit: Apparently nSolve has been replaced with fsolve, and the proper syntax has become
fsolve(DET(matev)=0,x,G)
which does not result in an error and does yield the correct result.