Community Profile

photo

ASHA RANI


Last seen: más de 2 años hace Con actividad desde 2017

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How to increase speed of this code
clc,clear,close all format short syms AX0 e=0.2; OM=[1:100:20000]; ET=sqrt(-1); A11 = 17.8*10^10; ...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Error using horzcat Dimensions of matrices being concatenated are not consistent.
I want to find value of r for corresponding value of OG. but I am not able to get output. I recieved" Error using horzcat Dimens...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Eigen value and eigen vector of a 2*2 block matrix
syms a51 a53 a54 a56 a62 a65 a67 a68 a71 a73 a74 a76 a81 a83 a84 a86 A= zeros(4); B=eye(4); C=[a51 0 a53 a54; 0 a62 0 0;a71 ...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Eigen value and eigen vector of symbolic block matrix
clc syms a51 a53 a54 a56 a62 a65 a67 a68 a71 a73 a74 a76 a81 a83 a84 a86 e A= zeros(4); B=eyes(4); C=[a51 0 a53 a54; 0 a62...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix construction over a loop
x=[1:1:10]; a=2; b=4; c=6; for i=1:length(x) A=a*b/x(i); B=c+A(i)/b; D=a+b; E=1-2*c; MAT=[B(i);D;E]; M=sqrt([MAT]) en...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


simplification and preallocation of a symbolic value in matlab script
clc syms AX0 OG=5; for z=1:4; AL(z)=(AP19.*BLOKS(z)-AP20).*(AP16.*BLOKS(z)-AP17)+(AP21.*BLOKS(z)-AP22).*(BLOKS(z)-AP5*AP...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to display a particular row of a matrix using loop
x = [0:10:90]*pi/180; x assumes 10 values. After some codes, not giving here I have a matrix AR of size 8 x 10 complex double....

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix with elements as polynomial
syms x X = [x^2-5*x+6, x^2-6*x+8, x.^2-10*x+25, x.^2-14*x+24] X is a 1* 4 sym type. I want to find roots of each eleme...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create a loop on a matrix whose elements are also a row/column matrix.
x= [ 0:pi/18:pi/2]; A=11; B=12; C=9; D=8; K1=12; K2=18; syms V E = A.*sin(x)+B.*cos(x); F = C.*sin(x)+D.*cos(x); Z = [...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to use two for loop in one matlab program
for z=1:3 v(z) = zeros(1,length(x)); for ii = 1:numel(x) V = roots([S0(ii),-S1(ii),S2(ii),-S3(ii)]); ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I want to calculate roots of a polynomial whose coefficients are functions of x where x assume values between an interval
Let x =[0:1:10]; polynomial = [ 1 sin(x) x.^3 x]; let v1,v2 and v3 be the three roots of given polynomial in v whose coeffici...

más de 6 años hace | 1 respuesta | 0

1

respuesta