Tagged Questions
0
votes
1answer
79 views
Lagrange method - non-linear system of equations
I have to compute optimal parametres of truncated cone so that its Volume is fixed (lets say it is 1) and its surface is minimal using Lagrange method
These are equations desribing my object:
...
0
votes
0answers
61 views
Jacobian of Bilinear Cost Function
Could anyone help me with the Jacobian of:
Given the following Matrices: ${E}^{1}, {A}^{21}, {A}^{22}, {C}^{1}, {A}^{12}$
$ F \left( {C}^{2}, {E}^{2} \right) = {\left \| {C}^{2}{E}^{1} - {A}^{21} ...