Community Profile

photo

arpan garg


Last seen: 11 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Getting inaccurate eigenvalue with eig command. Please suggest me some other command or small series of steps to find accurate eigen value for Generalized Eigenvalue Problem.
% For Generalized Eigenvalue problem Ax = λBx, where A and B are of order 12*12. A =[ -11.0913 0 0 0 ...

1 year ago | 1 answer | 0

1

answer

Question


I need an expression between two symbols R and a connected within a large order determinant.
I have computed this 18*18 matrix inwhich R and a are unknowns. I have to find the relation between R and a. since det(p)=0 is...

1 year ago | 1 answer | 0

1

answer

Question


i need to find the optimize values of R for a values in an interval but R values are in form of the root of the equation; how to solve this sir? for simple equation it was ok.
syms R a %t=solve(100*a^16-R^8==0,R) t=solve(-282091600255531819/9878934086330590709531986654911361482361187039433493704830155...

1 year ago | 2 answers | 0

2

answers

Question


please guide me how to find the det of this 24*24 order symbolic matrix, it is showing that 25000 word limit is exceeded.
M=[A1 A2 A3 A4;B1 B2 B3 B4;C1 C2 C3 C4;D1 D2 D3 D4]; f= det(M);

2 years ago | 1 answer | 0

1

answer