- #1
Abide
- 16
- 0
Homework Statement
So, I know how to solve multiple equations using the cSolve method on the ti 89, but for some reason when I try to solve the following...
80a + 240b = 0 and (80+J79.975)a-80b = 50 by using the following syntax...
cSolve(80a + 240b = 0 and (80+J79.975)a-80b = 50 ,{a,b})
I get a message saying that there are too many arguements, what am I doing wrong?