add tag
2 years ago Laurenso

I have a list sets {{1,2,-3},{1,3,-4},{2,-3,-2}} How can I convert that list into a list of equations {{x^2 + 2x - 3 = 0}, {x^2 + 3 x - 4=0},{2x^2-3x-2=0}}?

Top Answer
2 years ago samcarter

You could use a combination of the polynomial and pgffor packages:

Screenshot 2023-04-29 at 22.00.04.png

2 years
Laurenso replying to samcarter — Sunday, 30th Apr 2023 04:20

Thank you very much.

8 hours
samcarter — Saturday, 29th Apr 2023 20:40

Welcome to TopAnswers TeX!

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.