Statistics
RANK
171,944
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
2 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Monte Carlo Simulation (chutes and ladders)
I'm trying to work a monte carlo simulation for a chutes and ladders game. The board is nine squares. You can only roll a 1 or a...
11 years ago | 1 answer | 0
1
answerfinding the distance between points
Thank You! That made perfect sense. I knew it was a simple problem, I just couldn't remember how to solve it!
11 years ago | 0
Question
finding the distance between points
Hi! I'm studying for finals and I'm trying to rework a test problem. It's stumped me and I could use the help! This is the pr...
11 years ago | 2 answers | 0
2
answersQuestion
nlinfit using 3D coordinates
Hey guys! I'm trying to figure out this problem: z(x, y) = A exp [−(((x − B)^2/2*C^2)+ ((y − D)^2/2*E^2))] I'm give...
11 years ago | 1 answer | 0
1
answerQuestion
Using ode45 to integrate
Hi. I'm trying to integrate dfN/dx= summation(n=1 to N)[{−1^(n+1)}*x^n)/n!] with the conditions , y(0) = 1, x = 0..5, ...
11 years ago | 1 answer | 0
1
answerSolving a system of equations in matlab
Thank you! I should have thought of the loop idea! That was exactly what I needed to do!
11 years ago | 0
Question
Solving a system of equations in matlab
I'm trying to solve a system of equations in matlab that is parametrized in A. The equations are: x^2+Ay^2=12 x*y=3 and A is...
11 years ago | 2 answers | 0