| Author |
Comment/Response |
Marno Taljaard
|
09/22/12 3:36pm
Hi I'm new to Mathematica and i cant seem for the life of me to solve the following simple equation.
pi[1]=0.8*pi[1]+0.2*pi[2]
pi[2]=0.1*pi[1]+0.9*pi[2]
pi[i] are just my name for the variable that i want to solve.
The left hand side should be a vector
ie. something like this:
Table[pi[i],{i,2}]
Can anyone help with this simple problem?
URL: , |
|