Question: Problems with Literal Subscripts

I want to isolate T1, a variable with literal subinidice.Like the other variables

`#msub(mi("m"),mn("1"))`*(`#msub(mi("T"),mn("1"))`-T)*`#msub(mi("C"),mi("p"))` = -`#msub(mi("m"),mn("2"))`*(`#msub(mi("T"),mn("2"))`-T)*`#msub(mi("C"),mi("p"))`I

used the command "solver", "Isolate Expression for" And by choosing `#msub(mi("T"),mn("1"))` , maple returns nothing.

restart

'm[1]'*('T[1]'-T)*'C[p]' = -'m[2]'*('T[2]'-T)*'C[p]'

expand(%)

isolate(%,T[1])

expand(%)

'm[1]':=100

I get the following error:

Error, illegal use of an object as a name

Typesetting:-Parse:-ConvertTo1D, "first argument to _Inert_ASSIGN must be assignable"

I Need your guidance.

View 9494_problem Literal Subscripts.mw on MapleNet or Download 9494_problem Literal Subscripts.mw
View file details

showing the steps

Please Wait...