photo

Robert Canfield


Last seen: 대략 2개월 전 2012년부터 활동

Followers: 1   Following: 0

메시지

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

통계

All
MATLAB Answers

0 질문
2 답변

File Exchange

2 파일

Cody

18 문제
22 답안

순위
7,142
of 301,788

평판
6

참여
0 질문
2 답변

답변 채택
0.00%

획득한 표
1

순위
1,281 of 21,421

평판
1,506

평균 평점
4.50

참여
2 파일

다운로드 수
7

ALL TIME 다운로드 수
13648

순위
12,482
of 176,567

참여
18 문제
22 답안

점수
520

배지 수
7

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

12년 초과 전

문제


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

12년 초과 전 | 1 | 솔버 수: 30

문제


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

거의 13년 전 | 1 | 솔버 수: 27

문제를 풀었습니다


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

거의 13년 전

문제를 풀었습니다


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

대략 13년 전

문제


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

13년 초과 전 | 1 | 솔버 수: 114

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 1 | 솔버 수: 19

문제


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

13년 초과 전 | 2 | 솔버 수: 19

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 3 | 솔버 수: 13

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 1 | 솔버 수: 126

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 1 | 솔버 수: 30

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 2 | 솔버 수: 19

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 3 | 솔버 수: 24

문제를 풀었습니다


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

13년 초과 전

문제


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

13년 초과 전 | 1 | 솔버 수: 27

문제를 풀었습니다


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

13년 초과 전

문제


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

대략 14년 전 | 0 | 솔버 수: 7

문제를 풀었습니다


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

대략 14년 전

문제


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

대략 14년 전 | 1 | 솔버 수: 10

문제를 풀었습니다


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

대략 14년 전

문제


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

대략 14년 전 | 1 | 솔버 수: 12

문제를 풀었습니다


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

대략 14년 전

더 보기