Statistics
6 Questions
0 Answers
RANK
217,117
of 301,153
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,067
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Why the following ODE can not be solved?
Hello the Mfile is: %if true syms y(x) eqn = diff(y,x) == (x + (x^2 - 4*y^2)^(1/2))/(2*y) dsolve(eqn) ...
8 years ago | 0 answers | 0
0
answersQuestion
How I can I find the answer of the following integral?
Hello My code is as follows: %%if true syms K F C R Rdot v D n theta K=1; n=2; C=0; F=(K/(R-1)^n+C)*(sqrt(R^2+Rd...
8 years ago | 0 answers | 0
0
answersQuestion
How convert a number to scientific number notation in MuPAD?
The Number is: Nu=1213234456 how to convert it to Nu=1.213234456e9 in MuPAD?
10 years ago | 0 answers | 0
0
answersQuestion
How can I simplify the division of big numbers?
My code is as: //////////////// clear all close all clc syms T_1 T_2 T_3 T_4 N_1 N_2 N_3 N_4 ...
10 years ago | 1 answer | 0
1
answerQuestion
How can I solve this equation and do not get RootOf in my answers?
My code is as follows: syms a b c d e f g h i j k l m x A=a*x^8+b*x^7+c*x^6+d*x^5+e*x^4+f*x^3+g*x^2+h*x+l; solve(...
10 years ago | 2 answers | 0
2
answersQuestion
why matlab is unable to solve these set of equations?
syms X_1 X_2 X_3 X_4 Y_1 Y_2 Y_3 Y_4 a_1 a_2 a_3 a_4 a_5 a_6 a_7 a_8 a_9 b_1 b_2 b_3 b_4 b_5 b_6 b_7 b_8 b_9 c_1 c_2 c_3 c_4 c...
10 years ago | 2 answers | 0
