Feeds
回答済み
System solving using rref
load ('A'); load ('B'); rref(A); rref(B); syms a b c d x y z Eq1 = 1*x + (-2*y) + 3*z == 7; Eq2 = 2*x + 1*y ...
System solving using rref
load ('A'); load ('B'); rref(A); rref(B); syms a b c d x y z Eq1 = 1*x + (-2*y) + 3*z == 7; Eq2 = 2*x + 1*y ...
7年以上 前 | 0
質問
System solving using rref
Hello, So I am trying to write a system solving script using rref. Matrix and vector, A and B, are given already. What is nee...
7年以上 前 | 2 件の回答 | 0
2
回答質問
image shifting using for-loops
Hello everybody. So I'm trying to shift an image to the right and upward, with X and Y respectively. The values of X-Y will be ...
8年以上 前 | 1 件の回答 | 0
