User name:
MATH3503 Online Assignment
Make sure to use the link on the Learning Hub
, which contains a user name and a user ID unique to you, otherwise your mark would not be recorded.
You may use the URL without
'?uname=...&uid=...'
if you just want to practice. You will get different numbers every time you open the page.
Numerical answers are evaluated as correct if the difference from the correct value is less than `0.001 times` (correct value) unless otherwise specified. That means, you need to keep
at least 4 significant digits
(e.g., 12.34, 0.01234, etc.) in your final answer, and a couple of more digits in the intermediate steps.
Arithmetic operators:
Multiplication
*
(You cannot omit it!)
Division
/
Available functions
Trigonometric functions:
sin(x), cos(x), tan(x), sec(x)
Exponential and logarithmic functions with base e:
exp(x)
(`=e^x`),
ln(x)
(or
log(x)
)
Square root:
sqrt(x)
Absolute value:
abs(x)