Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
16a96f58
Unverified
Commit
16a96f58
authored
Jul 6, 2023
by
Chris Sangwin
Committed by
GitHub
Jul 6, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #985 from polsys/patch-1
Mention `nounand` and `nounor` in Inequalities doc
parents
0934c3fd
17b6c404
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/en/CAS/Inequalities.md
+2
-0
2 additions, 0 deletions
doc/en/CAS/Inequalities.md
with
2 additions
and
0 deletions
doc/en/CAS/Inequalities.md
+
2
−
0
View file @
16a96f58
...
...
@@ -9,6 +9,8 @@ Maxima allows single inequalities, such as \(x-1>y\), and also support for inequ
You can test if two inequalities are the same using the algebraic equivalence test, see the comments on this below.
Chained inequalities, for example
\(
1
\l
eq x
\l
eq2
\m
box{,}
\)
are not permitted. They must be joined by logical connectives, e.g. "
\(
x>1
\)
and
\(
x<7
\)
".
As
`and`
and
`or`
are converted to
`nounand`
and
`nounor`
in student answers, you may need to use these forms in the teacher's answer as well.
For more information, see
[
Propositional Logic
](
../Topics/Propositional_Logic.md
)
.
From version 3.6, support for inequalities in Maxima (particularly single variable real inequalities) was substantially improved.
...
...
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
sign in
to comment