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
91fa606a
Commit
91fa606a
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Minor corrections to L25 (English To Math) slides
parent
5c807dac
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
Lectures/L25_EnglishToMath/EnglishToMath.pdf
+0
-0
0 additions, 0 deletions
Lectures/L25_EnglishToMath/EnglishToMath.pdf
Lectures/L25_EnglishToMath/EnglishToMath.tex
+6
-5
6 additions, 5 deletions
Lectures/L25_EnglishToMath/EnglishToMath.tex
with
6 additions
and
5 deletions
Lectures/L25_EnglishToMath/EnglishToMath.pdf
+
0
−
0
View file @
91fa606a
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L25_EnglishToMath/EnglishToMath.tex
+
6
−
5
View file @
91fa606a
...
@@ -162,7 +162,7 @@ See
...
@@ -162,7 +162,7 @@ See
\begin{itemize}
\begin{itemize}
\item
Therefore, mathematics is the language of engineering
\item
Therefore, mathematics is the language of engineering
and science
\end{itemize}
\end{itemize}
...
@@ -418,7 +418,8 @@ See
...
@@ -418,7 +418,8 @@ See
\item
Modularize
\item
Modularize
\item
Example
\item
Example
\bi
\bi
\item
Find the location in
$
D
$
of a particular value
$
key
$
\item
Find the location in
$
D
(
:
\mbox
{
sequence of
}
T
)
$
of a particular value
$
key
(
: T
)
$
\item
\structure
<1>
{
What are the two cases?
}
\item
\structure
<1>
{
What are the two cases?
}
\item
\uncover
<2->
{$
key
$
in
$
D
$
,
$
key
$
not in
$
D
$}
\item
\uncover
<2->
{$
key
$
in
$
D
$
,
$
key
$
not in
$
D
$}
\item
\uncover
<3->
{
\structure
<3>
{
How do you mathematically specify
$
key
$
is
\item
\uncover
<3->
{
\structure
<3>
{
How do you mathematically specify
$
key
$
is
...
@@ -446,7 +447,7 @@ See
...
@@ -446,7 +447,7 @@ See
\item
$
n
=
\inf
$
\item
$
n
=
\inf
$
\end{itemize}
\end{itemize}
\item
Think of a normal sized problem, usually something like
$
n
\geq
3
$
\item
Think of a normal sized problem, usually something like
$
n
\geq
3
$
\item
You might want to write down truth tables
\item
You might want to write down truth tables
(or Parnas tables)
\end{itemize}
\end{itemize}
...
@@ -528,13 +529,13 @@ or more students have the same birthday. Write a mathematical expression that
...
@@ -528,13 +529,13 @@ or more students have the same birthday. Write a mathematical expression that
is True if this condition is met, and False otherwise
\\
is True if this condition is met, and False otherwise
\\
\bi
\bi
\item
\structure
<1>
{
Identify all objects referred to in this
message
}
\item
\structure
<1>
{
Identify all objects referred to in this
problem statement
}
\item
\uncover
<2->
{{
Class? Students? Many? Instructor? Birthday?
}}
\item
\uncover
<2->
{{
Class? Students? Many? Instructor? Birthday?
}}
\item
\uncover
<2->
{
\structure
<2>
{
Distinguish between essential objects and background
\item
\uncover
<2->
{
\structure
<2>
{
Distinguish between essential objects and background
information
}}
information
}}
\item
\uncover
<3->
{
\structure
<3>
{
How would we model the relationship between a student and
\item
\uncover
<3->
{
\structure
<3>
{
How would we model the relationship between a student and
their birthday? A set? A type? A variable? A relation?
\structure
<4>
{
A function?
}}}
their birthday? A set? A type? A variable? A relation?
\structure
<4>
{
A function?
}}}
\item
\uncover
<4->
{
\structure
<4>
{
Using
$
\mbox
{
StudentT
}$
,
$
C:
\mbox
{
StudentT
}$
and
\item
\uncover
<4->
{
\structure
<4>
{
Using
$
\mbox
{
StudentT
}$
,
$
C:
\mbox
{
set of
StudentT
}$
and
$
\mbox
{
Bday
}
(
s
1
)
=
\mbox
{
Bday
}
(
s
2
)
$
what is the predicate?
}}
$
\mbox
{
Bday
}
(
s
1
)
=
\mbox
{
Bday
}
(
s
2
)
$
what is the predicate?
}}
\item
\uncover
<5->
{$
\vee
(
s
1
, s
2
:
\mbox
{
StudentT
}
| s
1
\in
C
\wedge
s
2
\in
C
\wedge
s
1
\neq
\item
\uncover
<5->
{$
\vee
(
s
1
, s
2
:
\mbox
{
StudentT
}
| s
1
\in
C
\wedge
s
2
\in
C
\wedge
s
1
\neq
s
2
:
\mbox
{
Bday
}
(
s
1
)
=
\mbox
{
Bday
}
(
s
2
))
$}
s
2
:
\mbox
{
Bday
}
(
s
1
)
=
\mbox
{
Bday
}
(
s
2
))
$}
...
...
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