DmArcher


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to extract coefficient of a certain term in Matlab?
For example, syms f1 f2 a pexpansion = f1 - f2 - a*(f1 - f2) + f2/a + a^2*(f1 - f2) - a^3*(f1 - f2) + a^4*(f1 - f2) I w...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to get all the coefficients of a polynomial with symbolic coefficients?
I tried this syms f1 f2 z a = (f1-f2)*z^2 + f1*z +1 coeffes(a,z,'all') I expected to get [f1-f2, f1, 1]But it reports e...

約7年 前 | 2 件の回答 | 0

2

回答

質問


How to get the reminder of a vector divided by matrices
I try to get the reminder but not sure how to do so. Generally, f(z) = A(z)*fo(z) + r(z), f(z), fo(z), and r(z)are vertical 1 ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to get all the coefficients of a polynomial?
I tried the sample from MATLAB documentation but I get something else which is different from the result in the documentation. D...

7年以上 前 | 3 件の回答 | 0

3

回答

質問


How to get the transfer matrices for vector transformation?
I want to find a real entry square matrices to transfer one symbolic vector to another symbolic vector which in the form of A*x1...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to do symbolic mod operation
I try to do mod function with symbolic variables. Is there a way to do something like mod(a+b,b)=a which means that the remi...

7年以上 前 | 1 件の回答 | 0

1

回答