photo

Guoyao.Li


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
157 Solutions

RANK
195,671
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,133
of 168,212

CONTRIBUTIONS
0 Problems
157 Solutions

SCORE
2,070

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Matrix Manipulation I Master
  • Strings I Master
  • Indexing I Master
  • Community Group Solver
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


How to change an symbolic equation into wanted form ?
I want to change into , how should I make it by symbolic calculation ? syms epsilon_r epsilon_re epsilon_theta epsilon_thetae ...

4 years ago | 0 answers | 0

0

answers

Question


In an equation, is that possible to give two uknowns'ratio expression by using "solve" function or other accessible way ?
The equation is , is that possible to get "a/c" directly by "solve" function or other symbolic functions? syms p p0 a r k alpha...

4 years ago | 1 answer | 0

1

answer

Question


How to get the ceofficients of a expression derived by ODE or integral ? For exampli,C1 and C2 in u
syms rho a b E omega u(r) mu sigma_r=E/(1-mu^2)*(diff(u,r)+mu*u/r); sigma_theta=E/(1-mu^2)*(mu*diff(u,r)+u/r); u=dsolve(diff(...

4 years ago | 1 answer | 0

1

answer

Question


In solving ordinary differential equations of elasticity, I got the following hint“Unable to find symbolic solution”.How should I modify the solution
syms sigma_theta(r) sigma_r(r) p p0 E mu a b u=r/E*(-mu*sigma_r+(1-mu)*sigma_theta); eqn=[2*(sigma_theta-sigma_r)/r==diff(sigm...

4 years ago | 1 answer | 0

1

answer