Can I handle mathematical expressions as an outcome in Matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
There is a matrix equation,
, where,
and
. Elements of
are known. Also
are known. Therefore for each n I want to calculate the vector
as a function of
. As I understand I cannot use inverse operation as the unknown variable
is sitting there. Is there any way to handle this in MATLAB?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069130/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069135/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069140/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069145/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069150/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069155/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069160/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069165/image.png)
Or, the only option is to calculate
and write each element of
as
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069170/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069175/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1069180/image.png)
3 comentarios
Torsten
el 18 de Jul. de 2022
I'd just determine D1 numerically and calculate "a" from the above relation.
Then I'd check (also numerically) whether Dn*zeta_n = a*(zeta_n-1 + zeta_n+1) is true for n > 1.
This is not a rigorous proof, but ok as a start, I guess.
Respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!