photo

Robert Canfield


Last seen: 2 maanden ago Active since 2012

Followers: 1   Following: 0

Message

Dr. Robert A. Canfield is Professor, Aerospace and Ocean Engineering Department at Virginia Tech. Professional Interests: Multidisciplinary Design Optimization, computational methods, aircraft design, and airworthiness.

Programming Languages:
Python, MATLAB, Fortran
Spoken Languages:
English

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

2 Files

Cody

18 Problems
22 Solutions

RANK
7.092
of 300.392

REPUTATION
6

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
1.274 of 20.934

REPUTATION
1.500

AVERAGE RATING
4.50

CONTRIBUTIONS
2 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
13583

RANK
11.709
of 168.373

CONTRIBUTIONS
18 Problems
22 Solutions

SCORE
500

NUMBER OF BADGES
6

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Solved


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

ongeveer 12 jaar ago

Problem


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

ongeveer 12 jaar ago | 1 | 27 solvers

Problem


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

ongeveer 12 jaar ago | 1 | 25 solvers

Solved


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

ongeveer 12 jaar ago

Solved


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

meer dan 12 jaar ago

Problem


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

bijna 13 jaar ago | 1 | 111 solvers

Solved


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

bijna 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 1 | 17 solvers

Problem


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

ongeveer 13 jaar ago | 2 | 18 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 3 | 12 solvers

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 1 | 126 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 1 | 28 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 2 | 18 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 3 | 23 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

ongeveer 13 jaar ago | 1 | 23 solvers

Solved


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

ongeveer 13 jaar ago

Problem


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

meer dan 13 jaar ago | 0 | 6 solvers

Solved


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

meer dan 13 jaar ago

Problem


Sequential Unconstrained Minimization (SUMT) using Interior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

meer dan 13 jaar ago | 1 | 8 solvers

Solved


Sequential Unconstrained Minimization (SUMT) using Interior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

meer dan 13 jaar ago

Problem


Sequential Unconstrained Minimization (SUMT) using Exterior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_, given a f...

meer dan 13 jaar ago | 1 | 10 solvers

Solved


Sequential Unconstrained Minimization (SUMT) using Exterior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_, given a f...

meer dan 13 jaar ago

Load more