Community Profile

photo

Nicolas


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Plotting matrix-skewed ellipses
Hello, I am trying to plot the unit circle and then applying a 2x2 matrix on this circle to skew it. The column vector x is def...

9 years ago | 3 answers | 0

3

answers

Question


Fixing code logic bug (Linear Algebra + MATLAB)
The problem suggests comparing a2 and a3 output results. I believe the results (a2 and a3) are supposed to be the same, just thr...

9 years ago | 1 answer | 0

1

answer

Question


Use eigendecomposition to compute number in modified Fibonacci sequence
I constructed the following code to compute x13: clear all close all clc f(1) = 3; f(2) = 5; for i...

9 years ago | 1 answer | 0

1

answer