Sergei Sergienko
Followers: 0 Following: 0
Feeds
已回答
how to span a 3*1 vector into a 3*3 skew symmetric matrix ?
There is special function for this in Matlab called skew v = [1 2 3]'; skew(v) ans = 0 -3 2 3 0 -1 ...
how to span a 3*1 vector into a 3*3 skew symmetric matrix ?
There is special function for this in Matlab called skew v = [1 2 3]'; skew(v) ans = 0 -3 2 3 0 -1 ...
4 years 前 | 3