Feeds
提问
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...
11 years 前 | 3 个回答 | 0
3
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
