Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
se2aa4_cs2me3
Commits
bf23b0b9
Commit
bf23b0b9
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Addition of number of data points to plot to Plot module for curve
parent
4ca3d604
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assignments/A2/A2.pdf
+0
-0
0 additions, 0 deletions
Assignments/A2/A2.pdf
Assignments/A2/A2.tex
+7
-3
7 additions, 3 deletions
Assignments/A2/A2.tex
with
7 additions
and
3 deletions
Assignments/A2/A2.pdf
+
0
−
0
View file @
bf23b0b9
No preview for this file type
This diff is collapsed.
Click to expand it.
Assignments/A2/A2.tex
+
7
−
3
View file @
bf23b0b9
...
@@ -608,7 +608,8 @@ None
...
@@ -608,7 +608,8 @@ None
\subsubsection*
{
Assumptions
}
\subsubsection*
{
Assumptions
}
None
For plotting the user will select the number of subdivisions to be small enough
that there will not be an interpolation problem with the end points.
\subsubsection*
{
Access Routine Semantics
}
\subsubsection*
{
Access Routine Semantics
}
...
@@ -620,10 +621,13 @@ None
...
@@ -620,10 +621,13 @@ None
\item
exception:
$
(
|X|
\neq
|Y|
\Rightarrow
\mbox
{
SeqSizeMismatch
}
)
$
\item
exception:
$
(
|X|
\neq
|Y|
\Rightarrow
\mbox
{
SeqSizeMismatch
}
)
$
\end{itemize}
\end{itemize}
\noindent
PlotCurve(
$
c
$
)
\noindent
PlotCurve(
$
c
, n
$
)
\begin{itemize}
\begin{itemize}
\item
transition: modify win so that it displays an x-y graph of the curve c
\item
transition: modify win so that it displays an x-y graph of the curve c
between c.minD to c.maxD for evaluating c at the points in between.
between c.minD to c.maxD for evaluating
$
c
$
at
$
n
$
equally spaced points in
between. For quadratic interpolation the points c.minD and c.maxD do not have
to be plotted, since c.eval() is problematic for these points. For linear
interpolation c.maxD does not have to be plotted.
\item
exception: none
\item
exception: none
\end{itemize}
\end{itemize}
\newpage
\newpage
...
...
This diff is collapsed.
Click to expand it.
Tanner Ryan
@ryant3
mentioned in merge request
!7 (merged)
·
7 years ago
mentioned in merge request
!7 (merged)
mentioned in merge request !7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment