13321 results.
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Marie's linear algebra workspace
Linear combinations of $2 \times 2$ matrices. Three examples.
-
Question in Marie's linear algebra workspace
Multiplication of $2 \times 2$ matrices.
-
Question in Marie's linear algebra workspace
Find the determinant and inverse of three $2 \times 2$ invertible matrices.
-
Question in AJAY's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Threshold Test 4 - Matrices
No description given
-
Question in Elena's workspace
No description given
-
Exam (7 questions) in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in How-tos
Given an ascending sequence of numbers, finds the index in the sequence of the first number greater than or equal to a given value.
-
Question in How-tos
Obosolete: there's now a built-in function
sort_by.Defines a custom function sort_by to sort a list of lists by the elements at the given index.
You could do a similar thing to sort lists of dictionaries.
-
Question in How-tos
Because JavaScript numbers lose precision as they get bigger, you get some unexpected results.
See the variable "two" - the difference should be 2, but because the JavaScript representation of each of the two numbers is the same, it thinks the difference is 0.
Using the decimal data type, there's no loss of precision, so the correct value is produced.
-
Question in How-tos
Pick from the range -5..5, but make 0 more likely.