photo

Aditya Ramnarayan


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

6 Questions
0 Réponses

Cody

0 Problèmes
1 Solution

RANG
28 733
of 301 454

RÉPUTATION
1

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 21 287

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
123 400
of 174 632

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


How to find the X-coordinate of the plot knowing the Y-value?
I am carrying out the Fast Fourier Transform for a time series of data. I have found out the maximum value of the voltage amplit...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


While trying to solve two simultaneous ODE's in MuPad, how to solve using boundary conditions for two different variables?
s:=({[y''''(x) = R1[{x + 3 - 2*y(x)}*y''(x) - 2*(R2/R1)*z(x)*z'(x)], z''(x) = R1[{2*z(x) + x*z'(x) + 2*z(x)*y'(x) + 2*z'(x)*y(...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


I require a solution for the set od ODE's using MATLAB function 'bvp4c'
The code that I've written is as follows: function bvp_code_matlab_3 options = bvpset('stats','off', 'RelTol', 1e-6); so...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


I have been working with bvp4c for a while now and I am unable to solve this one question that involves plotting graphs for three different parameters for a fourth order simultaneous ODE.
Two differential equations are as follows: f'''' = R1 [ 3* f'' + ( n - 2* f) * f'' - 2*( R2/R1) * g* g' ] g'' = R1 [ 2*g + n*...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


I'm trying to solve a fourth order ordinary differential equation using the bvp4c function. However, I am getting a few errors in my code.
H'''' - 5(H*H''' + 4GG') = 0 ; G'' + 5(H'*G - H*G') = 0 With the boundary conditions: G(0) = 0.5, H(0) = 0, H'(0) = 0,G(1) = ...

plus de 7 ans il y a | 1 réponse | 1

1

réponse

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 8 ans il y a