Mark Holmes
Followers: 0 Following: 0
Professional Interests: applied math
Statistics
RANK
208,018
of 295,486
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
1,663 of 20,236
REPUTATION
1,104
AVERAGE RATING
4.50
CONTRIBUTIONS
14 Files
DOWNLOADS
28
ALL TIME DOWNLOADS
9948
RANK
of 153,950
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
Submitted
splineB(xd,yd,Ends,Ders)
Coefficients of the Cubics For Nonuniform Cubic Spline Interpolation
8 months ago | 1 download |
Submitted
splineA(xd,yd,x,Ends,Ders)
Nonuniform Cubic Spline Interpolation
8 months ago | 7 downloads |
Question
tic/toc versus time.perf_counter_ns()
For tic/toc the documentation indicates that these are limited to codes that take at least 1/10 second (if you want an accurate ...
2 years ago | 1 answer | 0
1
answerSubmitted
nde.m
solves the nonlinear diffusion equation u_t = Du_xx + f(x,t,u,u_x)
6 years ago | 2 downloads |
Submitted
arrowhead(x,y,clr,Asize,head)
Draws an arrowhead given two points.
8 years ago | 1 download |
Submitted
cgmS(C,b)
Solves Ax=b using the conjugate gradient method when A is sparse.
8 years ago | 2 downloads |
Submitted
int(f,a,b)
This program computes the integral of f(x) from x=a to x=b using an adaptive Simpson's rule.
8 years ago | 3 downloads |
Submitted
tridiag.m
tridiagonal matrix equation solver (Thomas algorithm)
11 years ago | 3 downloads |