I want to know how to solve a matrix like this one:

I know its possible because i already do solve it, but now my CP returns a Argument type...
How can i do it ?
Best regards [[]]
Posted 04 December 2010 - 05:00 PM
Posted 06 December 2010 - 01:45 AM
Posted 06 December 2010 - 04:41 PM
Edited by pan.gejt, 06 December 2010 - 05:00 PM.
Posted 11 December 2010 - 12:19 AM
Posted 11 December 2010 - 02:03 AM
Posted 11 December 2010 - 02:17 AM
If you guys get one for y, either there is something seriously wrong with your calculators or how you operate them. The answers are x=-3 and y=0.
Posted 11 December 2010 - 05:04 AM
Posted 11 December 2010 - 06:48 AM
Posted 11 December 2010 - 06:04 PM
Posted 12 December 2010 - 05:58 AM
Edited by MicroPro, 12 December 2010 - 06:07 AM.
Posted 13 December 2010 - 02:29 AM
MicroPro:
"define solveMat(A,B,V)=solve(matToList(A-B,1),V)
Usage (you can use 2D keypad to enter matrices instead of what i wrote here)
solveMat( [[2,2],[1,2]]*[ ,2' />]+[ ,[y]] , [ ,
8' />] , {x,y} )"
Posted 13 December 2010 - 08:52 AM
Edited by MicroPro, 13 December 2010 - 08:55 AM.
Posted 15 May 2011 - 05:04 PM
After solveing the problem by hand, and by defining the matrices and using "Solve" on the TI89, I agree completely with Classpad Warrior. Multiplying the first two matrices, gives a two by one matrix with entries of 10 and 8 from the top down. Then adding the third matrix to this answer gives a two by one matrix with the top entry being 10+x and the bottom entry being 8+y. Setting that equal to the two by one matrix on the right side means that 10 +x must equal 7 and 8+y must equal 8 in which case, the answers must be x=- 3 and y=0 as Classpad warrior suggests. Note: It's easy to get into trouble using the nspire cas because it is so complicated to use. That thing is a real American piece of shit.
Posted 04 June 2011 - 08:17 AM
Almost yes, in OS 3 you can run normal programs from the Main interface.By the way, is it now possible to define a functions with for, if , local variables and so on, on the classpad?
Edited by MicroPro, 05 June 2011 - 08:54 AM.
Posted 07 November 2018 - 10:49 PM
Thanks for suggesting the UDF, MicroPro
The matrices in classpad are designed to be fast and memory-saving. So equations can't be put in them. And the classpad's solve function expects lists to be passed in, not matrices. But this doesn't mean that you can't solve it in one line:
Define this function:
define solveMat(A,B,V)=solve(matToList(A-B,1),V)
Usage (you can use 2D keypad to enter matrices instead of what i wrote here):
solveMat( [[2,2],[1,2]]*[ , ]+[ ,[y]] , [ , ] , {x,y} )
0 members, 0 guests, 0 anonymous users