Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

symbolic computation: Mathematica help needed

Status
Not open for further replies.

confi999

Junior Member level 3
Joined
Dec 12, 2005
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,503
mathematica help

Hi,
I need to get a simplified equation by setting the determinant of the following expression to zero:
exp(j.omega.dt). - [G]

Here, I is an 18x18 identity matrix and G is an 18x18 matrix that I got by doing some symbolic computation in Mathematica (in fact G is huge).

Can anyone help me with Mathematica code to get the simplified equation from
det| exp(j.omega.dt). - [G] | =0

In the literature people used Maple for the above. I have access to Mathematica and would prefer it. Thank you very much
 

eigenvalues mathematica code symbolic matrix

as you said, I've some experience vs MAPLE.
if you want to simplified the equation I just have some hint:
at first it seems you want to get it's eigenvalues so you can directly obtain it with it's command.
and for simplifying, you can search in Mathematica's manual but in Maple the command is: Simplify(Eq)
in Mathematical it may be similiar
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top