First time here? Check out the FAQ!

Ask Your Question
1

Interpreting solution of a system of linear equations

asked 11 years ago

fccoelho gravatar image

updated 11 years ago

Hi I am solving the following system:

var('C_at C_au C_bt C_bu I J k_1 k_2 gamma_1 gamma_2')
ss = solve([I-k_1*C_at,k_1*C_at - gamma_1*C_au, k_2*C_bu - gamma_2*C_bt, k_2*C_bu -   gamma_2*C_bt],C_at,C_au,C_bt,C_bu)
ss

and I get the following solution:

[[C_at=I/k_1,C_au=I/?_1,C_bt=k_2*r8/?_2,C_bu=r8]]

what is r8?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 11 years ago

ndomes gravatar image

A free parameter, automatically set when the solution is not unique. It should be r1 when you evaluate the cell the first time. Further evaluations increment to r2, r3, ....

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 446 times

Last updated: Aug 13 '13