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
c5048e3d
Commit
c5048e3d
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Further text added to clarify the format of the file for the Load module
parent
faa9626e
No related branches found
No related tags found
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
+8
-2
8 additions, 2 deletions
Assignments/A2/A2.tex
with
8 additions
and
2 deletions
Assignments/A2/A2.pdf
+
0
−
0
View file @
c5048e3d
No preview for this file type
This diff is collapsed.
Click to expand it.
Assignments/A2/A2.tex
+
8
−
2
View file @
c5048e3d
...
...
@@ -683,7 +683,10 @@ The input file will match the given specification.
$
y
_
j
^
i
$
is the
$
y
$
value for the
$
j
$
th point of the
$
i
$
th curve,
$
m
$
is the
number of curves and
$
n
_
i
$
is the number of data points in the
$
i
$
th curve.
All data values in a row are separated by commas. Rows are separated by a new
line.
line. Please note, there is no requirement that there is an equal number of
data points for each of the curves. If there is no data past a certain row,
the data entry should be empty, but there will still need to be a comma to
mark the empty spot.
\begin{equation}
\begin{array}
{
ccccc
}
...
...
@@ -692,7 +695,10 @@ The input file will match the given specification.
x
_
2
^
1,
&
y
_
2
^
1,
&
...,
&
x
_
2
^
m,
&
y
_
2
^
m
\\
x
_
3
^
1,
&
y
_
3
^
1,
&
...,
&
x
_
3
^
m,
&
y
_
3
^
m
\\
...,
&
...,
&
...,
&
...,
&
...
\\
x
_{
n
_
1
}^
1,
&
y
_{
n
_
1
}^
1,
&
...,
&
x
_{
n
_
m
}^
m,
&
y
_{
n
_
m
}^
m
x
_{
n
_
1-3
}^
1,
&
y
_{
n
_
1-3
}^
1,
&
...,
&
x
_{
n
_
m-1
}^
m,
&
y
_{
n
_
m-1
}^
m
\\
x
_{
n
_
1-2
}^
1,
&
y
_{
n
_
1-2
}^
1,
&
...,
&
x
_{
n
_
m
}^
m,
&
y
_{
n
_
m
}^
m
\\
x
_{
n
_
1-1
}^
1,
&
y
_{
n
_
1-1
}^
1,
&
...,
&
,
&
\\
x
_{
n
_
1
}^
1,
&
y
_{
n
_
1
}^
1,
&
...,
&
,
&
\end{array}
\end{equation}
...
...
This diff is collapsed.
Click to expand it.
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