Community Profile

photo

Prateek jain


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I have a variable matrix sigma_xz with (x,y,z) variables and want to evaluate it for different values of (x,y) to get a new matrix with only variable (z). How can I do this?
clc;clear all;close all; tic syms x y z D11=2.4804; D12=0.0543; D22=0.5419; D66=0.0792; w_11=1.278; a=0.2;b=0.1; ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Can anyone tell me that how to solve linear non homogeneous equations to find the values of v?
v=sym('v%d',[3 1]) U=[-13.13, -9.282, 0; -9.282, -13.13, -9.282; 0, -9.282, -13.13] b=U*v

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Can anybody help me in simplifying the final solution of 'y' in terms of variable? It can be easily solve by hand and we can get values as a factor of '(1/l)*sqrt(T/rho)'.
clc; clear all; close all; syms T h l rho F1 F2 omega mem=4 %number of elements h=l/mem %element k matri...

約6年 前 | 1 件の回答 | 0

1

回答

質問


I have problem in importing excel file containing variable.
clc; clear all; close all; syms T h rho F1 F2 mem=2 %number of elements %element k matrix k=h\T*[1 -...

約6年 前 | 1 件の回答 | 0

1

回答

質問


why the value of 'k' is coming negative if all input values are positive
clc; clear all; close all; syms x eta xi x=0.577 y=[x x;x -x;-x x;-x -x] jac=[0.25*(11+eta) 0.25*(1+xi);0.25...

約6年 前 | 0 件の回答 | 0

0

回答

1

回答

質問


I am trying to add a symbolic matrix to cell array matrix using for loop but this error is coming: DOUBLE cannot convert the input expression into a double array.Can you please help me to resolve this issue?
Q=sym('Q',[8,1]); prompt4='specify global external member joint force in [;] form' Q=[0; 0; Q(3); Q(4); -2400; Q(6); 0 ;...

約6年 前 | 1 件の回答 | 0

1

回答