Skip to content
Snippets Groups Projects
Commit c2a5ad21 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Minor edit to A2 Example

parent acd93a0f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ c2 = CurveT(X, Y, 2)
print(c2.eval(6.5))
PlotCurve(c2, 5)
#PlotCurve(c, 50) will look strange because of edge effects
#PlotCurve(c2, 50) will look strange because of edge effects
Load('glass.csv')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment