Community Profile

photo

Victor


UC Merced

Active since 2011

3rd year undergrad @ UC Merced, majoring in Applied Mathematics w Econ Focus
Professional Interests: Quantitative Analysis

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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. ------------...

11 years ago | 1 answer | 0

1

answer

Question


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,...

11 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 2 answers | 0

2

answers

Question


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)

12 years ago | 1 answer | 0

1

answer

Question


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?

13 years ago | 1 answer | 0

1

answer

Question


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 ...

13 years ago | 1 answer | 0

1

answer