Feeds
提问
Euler's method
I was given a semi-finished chunk of code and asked to implement euler's method to solve it. I've looked at countless examples ...
4 years 前 | 1 个回答 | 0
1
个回答提问
performing shear on lines
I have a shear matrix smat=[1 (0.2);0 1] I used this to shear a couple of circles on a plot but when i tried to use the same me...
4 years 前 | 0 个回答 | 0
0
个回答提问
rotating a line using rotation matrix
I have this function thats supposed to rotate a 2x2 matrix (arm) by theta. I think i have to multiply the arm matrix by a rotat...
4 years 前 | 1 个回答 | 0
1
个回答提问
adding only to the y value in matrix
I need to add a constant only to the y value of all inputs in a matrix. The task is to make it look like its lifted upwards on ...
4 years 前 | 1 个回答 | 0