-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
-
Miscellaneous
Creating lists via comprehension
Reading time: 1minSuggeriment
You can learn about creating lists via comprehension here.
This section is a short guide to creating lists in CalcMe using the commands with
and where
. This method of defining lists is based on the standard mathematical notation of "set comprehension" or "set-builder notation", for instance:
(x,y)∈ℝ2∣x≥0,y≥0
We will explain the commands through the following examples.
Nota
As you may use these commands to generate an algorithm for a WirisQuizzes question, we show how to create them through the sheet and using the code editor. You can see more details about it here.