Quantcast
Channel: Output solution from 'store' function to a list.
Browsing all 3 articles
Browse latest View live

Output solution from 'store' function to a list.

Hi all, I'm writing a small program to solve a polynomial for one variable, and I want to be able to access the result for further calculations, but it just seems to store the solution as a string or...

View Article



Re: Output solution from 'store' function to a list.

Well… I suppose there IS a code that would accomplish this. Perhaps if you stored the first value it solves into a list, then use a for( loop or repeat loop until it finds the other value, then put...

View Article

Re: Output solution from 'store' function to a list.

hi there, I had tried your approach, but when you store the output from the solve command, it stores the entire output as a string rather then as one or more values… x1:=solve(0=4*x^(2)+20*x+10,x)...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images