Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed HW5 typo
  • Loading branch information
rcc02007 committed Nov 15, 2017
1 parent a053027 commit 5e53779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HW5/README.md
Expand Up @@ -88,7 +88,7 @@ following table provides values for a smooth spherical ball:
a. Create a function `sphere_drag.m` that outputs the drag coefficient based on the given
table and an input Reynolds number using a spline interpolation of either linear
('linear'),
piecewise cubic ('pchip'), or cubic ('cubic'):
piecewise cubic ('pchip'), or continuous cubic spline('spline'):

`[Cd_out]=sphere_drag(Re_in,spline_type)`

Expand All @@ -98,7 +98,7 @@ interpolation methods on a single plot. Show the plot in your README.

**6\.** Evaluate the integral of the following function:

$\int_{2}^{3}f(x) = \int_{2}^{3} 1/6x^3 + 1/2x^2+x dx$
![fx](./equations/fx.png)

a. analytically

Expand Down

0 comments on commit 5e53779

Please sign in to comment.