Robert Canfield
Python, MATLAB, Fortran
Spoken Languages:
English
Estadística
CLASIFICACIÓN
7.114
of 300.756
REPUTACIÓN
6
CONTRIBUCIONES
0 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
1.277 of 21.077
REPUTACIÓN
1.502
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
2 Archivos
DESCARGAS
9
ALL TIME DESCARGAS
13602
CLASIFICACIÓN
12.320
of 170.890
CONTRIBUCIONES
18 Problemas
22 Soluciones
PUNTUACIÓN
500
NÚMERO DE INSIGNIAS
6
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
slp_sqp
Sequential Linear Programming (SLP) with Trust Region (TR) and Sequential Quadratic Programming (SQP) with Line Search or TR Str...
alrededor de 5 años hace | 6 descargas |
Enviada
central_diff.m
Calculates numeric gradient using second-order difference formula for unevenly spaced data
alrededor de 10 años hace | 3 descargas |
How to read NASTRAN results in MATLAB and run NASTRAN back using MATLAB ??
Anthony Ricciardi's Nastran Compatible Finite Element (CoFE) MATLAB code may be of some help: <http://nastrancofe.weebly.com CoF...
más de 10 años hace | 0
Resuelto
Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.
más de 12 años hace
Problema
Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.
más de 12 años hace | 1 | 27 solvers
Problema
Free Fall analytical solution (Chapra 2012 textbook Example 1.1)
Analytical solution to bungee jumper problem. Given time series as a vector, parameters mass and drag coefficient, and gravit...
más de 12 años hace | 1 | 25 solvers
Resuelto
Free Fall analytical solution (Chapra 2012 textbook Example 1.1)
Analytical solution to bungee jumper problem. Given time series as a vector, parameters mass and drag coefficient, and gravit...
más de 12 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 12 años hace
Problema
Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...
alrededor de 13 años hace | 1 | 113 solvers
Resuelto
Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...
alrededor de 13 años hace
Resuelto
Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace
Problema
Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace | 1 | 17 solvers
Problema
Polynomial Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace | 2 | 18 solvers
Resuelto
Polynomial Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace
Problema
Newton Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace | 3 | 12 solvers
Resuelto
Newton Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...
alrededor de 13 años hace
Resuelto
Gauss Eliminate 2-by-2 example
Use forward elimination to make the coefficient matrix, A, an upper triangular matrix, and then solve using back substitution, f...
alrededor de 13 años hace
Problema
Gauss Eliminate 2-by-2 example
Use forward elimination to make the coefficient matrix, A, an upper triangular matrix, and then solve using back substitution, f...
alrededor de 13 años hace | 1 | 126 solvers
Resuelto
Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]
alrededor de 13 años hace
Problema
Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]
alrededor de 13 años hace | 1 | 29 solvers
Problema
Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.
alrededor de 13 años hace | 2 | 18 solvers
Resuelto
Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.
alrededor de 13 años hace
Problema
Bisection method of finding a root.
Test the bisection algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB for E...
alrededor de 13 años hace | 3 | 23 solvers
Resuelto
Bisection method of finding a root.
Test the bisection algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB for E...
alrededor de 13 años hace
Problema
False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB ...
alrededor de 13 años hace | 1 | 23 solvers
Resuelto
False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB ...
alrededor de 13 años hace
Missing Statistics Toolbox
I had this problem, too, on a _Mac OS X_ computer. I tracked it to the _pathdef.m_ file in the _~/Documents/MATLAB_ folder. Remo...
más de 13 años hace | 1
| aceptada
Problema
Augmented Lagrange Multiplier (ALM) Method
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...
casi 14 años hace | 0 | 6 solvers
Resuelto
Augmented Lagrange Multiplier (ALM) Method
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...
casi 14 años hace











