how to multiply a variable with a matrix without declare it as a symbol

2 views (last 30 days)
Hi everyone, I'm new using matlab, I just wanna know how to do this operation without declare 'Z' as a symbol.
adj(z I - G )= I*z^2+ H1*z+H 2
G,H1 and H2 are matrices
I mean, in this algorithm I can't use symbolic operations.
I would appreciate if any of you help me.

Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!