Statistics
4 Questions
0 Answers
RANK
169 468
of 295 638
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
mer än 11 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 0 answers | 0