
David Cazenave
Allan Hancock College and Cuesta College
Hello everyone, I speak English, decent Spanish, little bit of Danish, MATLAB, TI-Basic, and Fortran. I prefer Starbucks turbo charged coffee and mountain biking (in the city or out in the sticks). I've updated "Series Convergence Calculator" (and also added a new script newton_2x2), so that it is a lot more capable.
MATLAB, Fortran
Spoken Languages:
English, Spanish
Statistics
순위
17,589
of 262,515
평판
2
참여
1 질문
2 답변
답변 채택
100.0%
획득한 표
1
순위
34,283
of 113,544
참여
0 문제
6 해답
점수
73
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
제출됨
Newton-Rhapson Method for 2 equations and 2 variables
Newton's method for 2 equations and 2 variables via matrix multiplication inside a while loop.
16일 전 | 다운로드 수: 3 |

제출됨
Series Convergence Calculator
This script finds the convergence, sum, partial sum graph, radius and interval of convergence, of infinite series.
약 1달 전 | 다운로드 수: 11 |
How do I fix "Error using ==> mupadmex Error in MuPAD command: DOUBLE cannot convert the input expression into a double array. If the input expression contains a symbolic variable, use the VPA function instead." ?
It's because your trying to convert a symbolic variable into a double precision number.
3달 전 | 0
| 수락됨
해결됨
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
2년 이하 전
해결됨
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
2년 이하 전
해결됨
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
2년 이하 전
해결됨
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
2년 이하 전
해결됨
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
2년 이하 전
해결됨
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2년 이하 전
제출됨
Transfer Student Capable GPA Calculator
gpafilxchng1.m is a user friendly script that calculates a students gpa's.
약 3년 전 | 다운로드 수: 1 |
질문
How do I fix "Error using ==> mupadmex Error in MuPAD command: DOUBLE cannot convert the input expression into a double array. If the input expression contains a symbolic variable, use the VPA function instead." ?
This is my script and the error I get after I enter the series equation and starting k: syms k series_eq = input('Enter...
5년 이상 전 | 답변 수: 1 | 0