Solve Error in Symbolic Matrix

1 visualizzazione (ultimi 30 giorni)
Ahmet Parker
Ahmet Parker il 2 Mag 2021
Commentato: Dyuman Joshi il 5 Mag 2021
hİ, solver returns this for syms matrix forms. How should I use solver?
syms K11 [3 3] matrix
syms deltat [1 1] matrix
solve([K11+K11==deltat*K11],[deltat])
gives
Check for incorrect argument data type or missing argument in call to function 'solve'.
  10 Commenti
Walter Roberson
Walter Roberson il 5 Mag 2021
In R2021a, the new toolboxes are:
Dyuman Joshi
Dyuman Joshi il 5 Mag 2021
@Walter Roberson Thank you for the link, it is exactly what I was looking for!

Accedi per commentare.

Risposta accettata

Swatantra Mahato
Swatantra Mahato il 5 Mag 2021
Hi Ahmet,
You can execute the following command (as mentioned under Limitations section for the "symmatrix" funciton) to find the functions which currently accept symbolic matrix variables as input
methods symmatrix
solve currently does not support symbolic matrix inputs (as also mentioned by @Walter Roberson)
Hope this helps

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by