Post Reply 
Error: Bad argument type
05-13-2015, 11:38 PM (This post was last modified: 05-13-2015 11:55 PM by Michael de Estrada.)
Post: #1
Error: Bad argument type
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error: Bad argument type - Michael de Estrada - 05-13-2015 11:38 PM
RE: Error: Bad argument type - akmon - 05-14-2015, 12:32 PM
RE: Error: Bad argument type - Tim Wessman - 05-14-2015, 05:38 PM



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