symbols - how to solve two equal symbolic equations in matlab -


i define symbol that

va = sym('va'); vb = sym('vb'); 

after calculations, get

vb = somenumbers*va + someother numbers; 

then , got result's backup , keep vbbackup

and again after calculations vb becomes different number respect va , 2 equations shown

actually meant ;

vb = 6*va + 3; vbbackup = 8*va + 2; 

how can value of va ?


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -