Matrix & Simultaneous Equations Help
#1
Posted 13 February 2011 - 11:25 AM
[ 1 2 -1 ]
[ 2 5 -(a+2) ]
[ -1 a-5 1 ]
so i typed:
[ 1 2 -1 ]
det([ 2 5 -(a+2) ])
[ -1 a-5 1 ]
but i got an error message: "Incorrect Argument"
-------------------------------------------------
Secondly, I wish to know how to solve these three simultaneous equations for "a" on the classpad
x + 2y -z = 2
2x + 5y -(a+2)z = 3
-x + (a+5)y + z = 1
I tried using the solve function on the 2D menu, but i got the error message: "Invalid Dimension"
Thanks in advance for any help.
#2
Posted 13 February 2011 - 11:57 AM
Question 1 works ok on my classpad, maybe a is already defined in your classpad: Type Clear_a_z and hit EXE to delete it if it already exists.
Question 2: The number of variables on the right of the vertical line must be the same as the number of equations, which means on the right you should write x,y,z. Then you will have the answer. And, you can't solve 3 equations with 4 variables so there is no explicit answer for a here. x, y & z are all functions of a in your problem.
#3
Posted 13 February 2011 - 12:20 PM
but for question 2 i know u can't solve for 4 variables with 3 equations, hence i was looking to express "a" in terms of "x", "y", and "z"
I tried adding the x, y, and z but it still says "Invalid dimension".
Edited by Ladekhan, 13 February 2011 - 12:22 PM.
#4
Posted 13 February 2011 - 10:53 PM
1. x = (2*a^2+9a+10)/(a^2+7a)
2. y = 3/(a+7)
3. z = (a+10)/(a^2+7a)
According to this equations this system has 2 solutions for x and z and 1 solution for y (in terms of a).
But be careful, if you expressed "x, y, z in terms of a" you cannot choose the x , y and z randomly- you must still keep condition x + 2y -z = 2
Maybe, I am completely wrong.
#5
Posted 16 February 2011 - 12:17 PM
Is there a way to do it without using matrices?
#6
Posted 16 February 2011 - 08:10 PM
Try the following method on Classpad:
Solve the 2nd and the 3rd equations in terms of "a" and "x"- "solve ({2x + 5y -(a+2)z = 3,-x + (a+5)y + z = 1},{a,x}".
You will obtain two solutions- one for "a" and one for "x". But I do not know how to get the 2nd solution for "x".
#7
Posted 18 February 2011 - 12:51 PM
Couldn't you solve Question 1 with ClassPad's multiple equation symbol? That way you can solve the equations of your question 2, too: You need to write x,y,z to the right of the vertical line. And ClassPad solves them fast. Could TI solve for a? Solving for a requires additional steps to be done.Is there a way to do it without using matrices?
I'd tried solving equations for x, y, z but unfortunately solving them in a system causes Insufficient Memory error on CP.
And using parametric 3d graphing you get a somewhat discontinuous spiral so i'm not sure whether a can be expressed as a function of x, y and z.
BTW ClassPad CAN solve matrices. Look at this old topic and this new one as examples to learn some tricks for doing this.
#8
Posted 08 March 2020 - 03:03 AM
I was trying to solve 4 unknowns with 3 equations and found a trick to do it with the ClassPad II. You just need to treat a as an unknown and write the 4th equation as a=a and solve 4 equations. So, you can enter
{x+2y-z=2
2x+5y- (a+2)z=3
-x+(a+5)y+z=1
a=a | x,y,z,a
to get the answer
x=10+9a+2a^2/(7a+a^2), y=3/(7+a), z=(10+a)/(7a+a^2), a=a
Hope that helps other who encounters this problem. It's 2020 so, I guess the OP does not need to know this anymore
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users