Victor
UC Merced
2011년부터 활동
Followers: 0 Following: 0
Feeds
질문
Is the inverse of the Weibull distribution the Gompertz distribution?
I downloaded a mathematical proof of a similar relationship, but I cannot remember if it was the Gompertz, Gumbel or Gamma. Plea...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Pade Approximation Script - function P not being output correctly
function [a,b,q,p] = padeapp(f,m,n) N = m+n; syms x for i = 1:N+1 temp = (diff(f,i-1)); x= 0; a(i) = eva...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
How do I call a function? Error:
Example: Script 1: function y = experiment(a,b) y = (a + b)/2 *This is the function I want to call. ------------...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
How to input a function in matlab? Trying to find roots for any function using newton
I am trying to figure out how I can input a function , find its derivative and evaluate that derivative at a point. Essentially,...
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
Solving for c in v(t,g,m,c) given intial v,g,m,t
So I was given the initial equation m(Dv/dt) = m*g-c*v ; v(0) = 0; [from textbook] so I solved for v using v = ds...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
How do I derive polynomial using given roots?
Given the known roots -2 -0.5 2 4.5 I am asked to define a symbolic variable 'x' and derive the symbolic polynomial for th...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Where to put the period in this expression?
RV = (w*r*c)/sqrt((1-w^2*l*c)^2+(w*r*c)^2) w is the vector I need to pass through the expression I've tried about 5 differ...
거의 14년 전 | 답변 수: 2 | 0
2
답변질문
Receiving mtimes error for passing vector through a function and I don't know why. Help?
x = -20:30; y = exp(2*sin(0.4*x))*5*cos(4*x); plot(x,y)
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Creating an executable file that prints the a list of names
I want to create an executable file that prints a list of names that i've input, does anyone one how to do this?
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
Programming Snafu's - My Numerical Analysis HW
I am a total MatLab noobie and so I am unsure as how to approach or even solve these questions given by my prof, but perhaps if ...
거의 15년 전 | 답변 수: 1 | 0
