Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Convert a matrix to a list of equations

Hi there, I have a matrix A with entries depending linearly on a number of parameters a1,...,an, and would like to solve the equation A=0. It seems I need to convert A to a list of equations of the form "entry=0" and then use solve(eqns, a1,...,an); but how do I convert A to such a list?

Any help appreciated!