Processing math: 25%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 6 years ago

Deepak Sarma gravatar image

Optimizing a function of a given matrix

Let us consider the 4×4 symmetric matrix Ax=(0111 102x2x 12x02x 12x2x0)

Here I need to find min where by ||M|| we mean the sum of all entries of the matrix M. I'm looking for a general sage program where my input will be a matrix with entries as functions of an inderminant (like the matrix A_x above) which will give me the unique x corresponding to my matrix. If no such real value exists, it should result as \infty Can anyone help me? Thank you in advance.