Community Profile

photo

Robert Canfield


Virginia Tech

Last seen: 3 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

联系

Dr. Robert A. Canfield is Professor and Assistant Head of the Aerospace and Ocean Engineering Department at Virginia Tech. Professional Interests: Multidisciplinary Design Optimization, computational methods

统计数据

All
  • Revival Level 1
  • Knowledgeable Level 1
  • Quiz Master
  • Puzzler
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • First Submission
  • First Answer
  • Commenter
  • Creator

查看徽章

Feeds

排序方式:

已提交


slp_sqp
Sequential Linear Programming (SLP) with Trust Region (TR) and Sequential Quadratic Programming (SQP) with Line Search or TR Str...

3 years 前 | 12 次下载 |

已提交


central_diff.m
Calculates numeric gradient using second-order difference formula for unevenly spaced data

8 years 前 | 21 次下载 |

Thumbnail

已回答
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...

8 years 前 | 0

已解决


Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.

10 years 前

问题


Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.

10 years 前 | 1 | 24 个解题者

问题


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

10 years 前 | 1 | 24 个解题者

已解决


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

10 years 前

已解决


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

11 years 前

问题


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

11 years 前 | 1 | 101 个解题者

已解决


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

11 years 前

已解决


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

11 years 前

问题


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

11 years 前 | 1 | 15 个解题者

问题


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

11 years 前 | 2 | 17 个解题者

已解决


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

11 years 前

问题


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

11 years 前 | 3 | 12 个解题者

已解决


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

11 years 前

已解决


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

11 years 前

问题


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

11 years 前 | 1 | 126 个解题者

已解决


Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]

11 years 前

问题


Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]

11 years 前 | 1 | 26 个解题者

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

11 years 前

问题


Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.

11 years 前 | 2 | 10 个解题者

已解决


Partial pivoting for Gauss Elimination
Write a function to implement partial pivoting for Gauss elimination, given the pivot element.

11 years 前

问题


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

11 years 前 | 2 | 23 个解题者

已解决


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

11 years 前

问题


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

11 years 前 | 1 | 21 个解题者

已解决


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

11 years 前

已回答
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...

12 years 前 | 1

| 已接受

问题


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

12 years 前 | 0 | 5 个解题者

已解决


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

12 years 前

加载更多