I want to make a script for solving liniar equations (in Mathematica) with something like:
Solve[{InputString["Solving Linear Equations"]}]
The output is similar to:
Solve[{"x+y+z==0,x+y+z==0,x+y+z==0"}]
I want to remove the quotation marks. Is there a way to do this?


Solve[ImportString["{" <> InputString["Solve Equations:"] <> "}", "Package"], {x, y, z}]. – J. M.'s missing motivation Nov 15 '17 at 15:59Input(and the tutorial). – Szabolcs Nov 15 '17 at 15:59InputForm[]) look like... now those would be more helpful information to have. – J. M.'s missing motivation Nov 15 '17 at 16:14(https://imgur.com/VMOt2qk)
– Andrei Paciurca Nov 15 '17 at 16:22\[PlusMinus]at weird places. – J. M.'s missing motivation Nov 15 '17 at 16:25