Description
Mathematica
Problem Sheet 2
Algebraic Computation: Basic Algebra & Formula Manipulation
1. Write down the following algebraic expressions in mathematica:
a) sin 3 x b) sin cos1 x c) tanelncot1x
2
2. Find the value of the expression 1a) by replacing x by (Use function ReplaceAll[])
4
3. a) Write down the expression: ln x2
b) Simplify the expression under condition: x0 [Use function Simplify[]]
4. a) Write down the expression: ln ex
b) Simplify the expression under condition: xR
5. a) Write down the expression: sin2n1
2
b) Simplify the expression under condition: n Z
6. a) Write down the expression: cotsin1 costan1 eln x
b) Simplify the expression under condition: x0
7. a) Write down the expression: sin2xcos x 1 2 cosec17xsec8x
2 b) Simplify the expression
8. Simplify the expression: under condition x 0, y 0,z 0
9. Factorize the following expressions: (Use function Factor[])
a) x2 5x 6 b) ab3 a3bbc3 b3cca3 c3a
10. Expand the following expressions: (Use function Expand[])
a) ab2 b) (ab)7
11. Express the following fraction as a linear combination of partial fractions: (Use function Apart[])
x5 7x5
x22x2 3x2
12. Express the following combination of fractions as a single fraction: (Use function Together[])
1 x x x12 3×2 5x2
13. Cancel out the common factors of numerator and denominator from the given function: (Use function Cancel[])
x2 1
3 1
x
Reviews
There are no reviews yet.