photo

Vincent Gambuzza


Last seen: mehr als 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


For loop for system of equations
I need to solve this system of equations with a for loop so that the dimensions match. I would like to loop through the “b” matr...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


solving similtanous equations in loop
given the two vectors x = [1,2,3,4,5,6,7] y = [1,2,3,4,5,6,7] how can i solve the system of equations (this could be any eq...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to pad a matrix with a vector instead of a single value
How would I go from two vectors and a matrix to a larger matrix surrounded by these vectors on the top and right side? xcoeff...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to make a column vector with evenly spaced entries with different coefficients
I am trying to make the following 16x1 column vector y = 3 %given, could be any value ycoeff = [0;0;0;-4y;0;0;0;-3y;0;0;0;-...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


column vector with specific entries for first 4 terms
I need to make a 16x1 column vecor that is in the following form: coeff = [-x;-2x;-3x;-4x;0;0;0;0;0;0;0;0;0;0;0;0] help wo...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort