Statistiques
4 Questions
0 Réponses
RANG
63 025
of 301 529
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 315
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 175
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I am having problems finding the roots of the following non linear discontinuous equation
Below is the code I am using, and the error message I recieve: function y = firstorder(x) mat = 'mnfepas'; props = mat...
presque 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
solving a non linear equation that has constants that must be passed into the equation
I need to solve the following equation: (1/T)*(3*Tc*J*Brill(x,J)/(J+1) + g*muB*J*B/kB + (9/5)*(((2*J+1)^4)-1)*Tc*nu*((Brill...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I get ode45 to output the dependent variable value at each time step? I have other material properties in my differential equation that change with temperature, so I must update them with each change in temperature.
the equation looks like this: dT/dt = T/cB(T,B) * d/dT( M(T)) * d/dt( B(t)) cB(T) = the specific heat M(T) = the magnetiz...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
I have a first order ODE with temperature as the dependent variable. In the equation I have two material properties that change as the temperature changes. I have them stored as arrays. How do I implement these arrays into ODE45?
this is my attempt... it did not work at all: function [comp] = f(t,T) load('cB_dmag_data.mat','c','d') dB = 0.1; cB...
plus de 13 ans il y a | 1 réponse | 0
