Community Profile

photo

Tommy Pestolesi


Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Multiplying 3X3 array by a 3x1
Hello I am here trying to multiply contents of a 3x3 array by a 3x1 vector. The code I have developed is displayed below. The ou...

4 years ago | 1 answer | 0

1

answer

Question


how to run a 3x3 matrix through a for loop and save all instances of the [3x3]
I have a [3x3] transformation matrix A = [ -sind(omega*t), cosd(omega*t), 0; cosd(omega*t), sind(omega*t) cosd(phi); cosd(omega*...

4 years ago | 1 answer | 0

1

answer

Question


Multiplying a 3x3 matrix where values change with each iteration by a 3x1 matrix with values that iterate
I am trying to multiply a 3x3 matrix [x x 0; x x c; x x c] where x reprensnets a mathmatical operation that contains a time vari...

4 years ago | 0 answers | 1

0

answers

Question


Struggling with iterative matrix multiplication
I have a 3x3 (A) matrix where in each cell some math is being done(shown below) the variables lamda and omega are constants. t_i...

4 years ago | 0 answers | 0

0

answers

Question


Trying to import data file
Hello I am a novice user. I am trying to read in a very large data file. It has 4 rows of headers and under the header are 6 col...

4 years ago | 1 answer | 1

1

answer