photo

zaxven


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


solve quadratic for max & min
how to solve this quadratic equation for Max & Min values: A1*x1^2 + B1*x1*x2 + C1*x2^2 + D1*x1 + E1*x2 + F1 can't find a ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to extract coefficients of a symbolic to plot Contour plot, for that equation over a range of max & min values?
if i do coeff(g) ===> error :: Undefined function 'coeff' for input arguments of type 'sym'. and for coeffs(g) ===> ans...

mehr als 11 Jahre vor | 0

Frage


how to extract coefficients of a symbolic to plot Contour plot, for that equation over a range of max & min values?
I've 2 quadratic equations: g1(x) = A1*x1^2 + B1*x1*x2 + C1*x2^2 + D1*x1 + E1*x2 + F1 g2(x) = A2*x1^2 + B2*x1*x2 + C2*x2...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to create 2 matrices from 1 matrix depending on values 0 & 1, displayed in first column of 1st matrix?
I have a matrix like this A = [1 | 3 4 5 6 7 8 9; 0 | 4 5 6 9 1 4 6; 1 | 3 1 5 1 7 1 9; 0 | 6 5 6 1...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort