統計
MATLAB Answers
0 質問
19 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
how can I use parameter instead of equation in dsolve
Hi Frank, you can try something like clear all; syms a x; l=a*x; dsolve(['Dx= ' char(l)]) The point is that variabl...
how can I use parameter instead of equation in dsolve
Hi Frank, you can try something like clear all; syms a x; l=a*x; dsolve(['Dx= ' char(l)]) The point is that variabl...
12年以上 前 | 0
| 採用済み
回答済み
solve a differential equations system with DSOLVE
Hi Valentina, hi All, I have tried to solve the example symbolically and I also did not find a way. When entering dsol...
solve a differential equations system with DSOLVE
Hi Valentina, hi All, I have tried to solve the example symbolically and I also did not find a way. When entering dsol...
12年以上 前 | 0
| 採用済み
回答済み
symprod error
Hi Ima, the function SYMPROD was introduced in R2011b. In addition to that the function SYMPROD is for computing products...
symprod error
Hi Ima, the function SYMPROD was introduced in R2011b. In addition to that the function SYMPROD is for computing products...
12年以上 前 | 1
回答済み
system of two linear ordinary differential equations
Hi, I think the system should be solvable without any issues. Here is the MATLAB code to solve the system and to verify the ...
system of two linear ordinary differential equations
Hi, I think the system should be solvable without any issues. Here is the MATLAB code to solve the system and to verify the ...
12年以上 前 | 1
| 採用済み
回答済み
problem with psi digamma function
Hi Ali, just for the future: you may want to have a look at mfunlist in the Symbolic Math Toolbox interface in MATLA...
problem with psi digamma function
Hi Ali, just for the future: you may want to have a look at mfunlist in the Symbolic Math Toolbox interface in MATLA...
13年弱 前 | 0
回答済み
Functions
Hi Milos, I think using the Symbolic Math Toolbox is a good recommendation for the problem. Here is what I would do in M...
Functions
Hi Milos, I think using the Symbolic Math Toolbox is a good recommendation for the problem. Here is what I would do in M...
約13年 前 | 0
回答済み
sum funtion problem
Hi, just an additional comment: you can use the function SYMSUM from the Symbolic Math Toolbox to compute closed form repres...
sum funtion problem
Hi, just an additional comment: you can use the function SYMSUM from the Symbolic Math Toolbox to compute closed form repres...
約13年 前 | 0
回答済み
HAVE A PROBLEM WITH DSOLVE
Hi, I agree with Walter. I tried the command in R2010a and it works when you have the Symbolic Math Toolbox installed. B...
HAVE A PROBLEM WITH DSOLVE
Hi, I agree with Walter. I tried the command in R2010a and it works when you have the Symbolic Math Toolbox installed. B...
約13年 前 | 0
回答済み
Let me know RootOf, X90(and X98 ... X_variable) to solve equation by using of Symbol method
Hi, the 'RootOf' is a way to encode the symbolic solutions of polynomials of higher degree for which either no symbolic closed...
Let me know RootOf, X90(and X98 ... X_variable) to solve equation by using of Symbol method
Hi, the 'RootOf' is a way to encode the symbolic solutions of polynomials of higher degree for which either no symbolic closed...
約13年 前 | 0
回答済み
problem with 'solve' function in matlab 2008 and upper
Hi, I agree with Walter's recommendation. I just would like to add that the results returned by solve are SYM objects and scala...
problem with 'solve' function in matlab 2008 and upper
Hi, I agree with Walter's recommendation. I just would like to add that the results returned by solve are SYM objects and scala...
約13年 前 | 0
回答済み
Change in subs() functionality from 2010b to 2011 a and b?
Hi Joseph, I have tried to run a simplified example in 10b and 11a und it does not show any errors. Here is what I have tried ...
Change in subs() functionality from 2010b to 2011 a and b?
Hi Joseph, I have tried to run a simplified example in 10b and 11a und it does not show any errors. Here is what I have tried ...
13年以上 前 | 0
回答済み
matlabFunction produces file with insufficient precision?
Hi, without knowing all the details and understanding the overall problem, I would guess it could help to set up the data stri...
matlabFunction produces file with insufficient precision?
Hi, without knowing all the details and understanding the overall problem, I would guess it could help to set up the data stri...
13年以上 前 | 0
回答済み
error using matlabFunction : 'Error: argument must be of type 'Type:arithmetical' [cos]
Hi, just an additional comment: the names theta and beta are reserved names in MuPAD (which is the symbolic engine for the S...
error using matlabFunction : 'Error: argument must be of type 'Type:arithmetical' [cos]
Hi, just an additional comment: the names theta and beta are reserved names in MuPAD (which is the symbolic engine for the S...
13年以上 前 | 0
| 採用済み
回答済み
extra variables
Hi Jason, two things come to my mind which could be helpful. First: defining P0 and afterwards using it in a character strin...
extra variables
Hi Jason, two things come to my mind which could be helpful. First: defining P0 and afterwards using it in a character strin...
13年以上 前 | 0
回答済み
MuPAD
Hi, when you have the Symbolic Toolbox with MuPAD installed, then you can just execute the command "mupad" inside the MATLAB...
MuPAD
Hi, when you have the Symbolic Toolbox with MuPAD installed, then you can just execute the command "mupad" inside the MATLAB...
13年以上 前 | 1
回答済み
Symplifying numerical expression in Symbolic Math
Hi Chris, if you have the result inside of MuPAD and there are no symbolic variables remaining in the result, then you can j...
Symplifying numerical expression in Symbolic Math
Hi Chris, if you have the result inside of MuPAD and there are no symbolic variables remaining in the result, then you can j...
13年以上 前 | 0
回答済み
how to solve symbolic function exactly?
Hi, I am not sure which result exactly you are expecting to obtain, but it seems you could specify the variables you would lik...
how to solve symbolic function exactly?
Hi, I am not sure which result exactly you are expecting to obtain, but it seems you could specify the variables you would lik...
13年以上 前 | 0
回答済み
How to get the coefficients of the minimal polynomial ?
Hi Palash, I think the following MATLAB function could do the job for your problem: function p = minpoly(A) p = ev...
How to get the coefficients of the minimal polynomial ?
Hi Palash, I think the following MATLAB function could do the job for your problem: function p = minpoly(A) p = ev...
13年以上 前 | 1
| 採用済み
回答済み
Cholesky factorization on symbolic matrix
If you want to do the computation inside of MuPAD, you can use n:= 4: A:= matrix([[c.i.j $ i = 1..n] $ j = 1..n]): linalg...
Cholesky factorization on symbolic matrix
If you want to do the computation inside of MuPAD, you can use n:= 4: A:= matrix([[c.i.j $ i = 1..n] $ j = 1..n]): linalg...
13年以上 前 | 0
| 採用済み