Difference between revisions of "Manuals/calci/tan"
Jump to navigation
Jump to search
| Line 54: | Line 54: | ||
* | * | ||
{| | {| | ||
| − | {| class="wikitable" | + | !{| class="wikitable" |
|+Matrix A | |+Matrix A | ||
|- | |- | ||
| Line 65: | Line 65: | ||
| 9 || 8 | | 9 || 8 | ||
|} | |} | ||
| − | + | !{| class="wikitable" | |
| − | |||
| − | {| class="wikitable" | ||
|+Matrix B | |+Matrix B | ||
|- | |- | ||
| Line 73: | Line 71: | ||
|- | |- | ||
| 2 || 7 || 5 | | 2 || 7 || 5 | ||
| + | |} | ||
|} | |} | ||
Revision as of 06:05, 26 November 2013
TAN(n)
- where n is in Radians
- by default Calci use Radian as angle
DTAN can be used if the angle is in degrees.
The angle can be a single value or any complex array of values. TAN= SIN / COS
For example TAN(1..100) can give an array of the results, which is the TAN value for each of the elements in the array. The array could be of any shape.
Description
Consider n = 90 then =TAN(RADIANS(90)) gives 1
- TAN function determines the sine of the given angle.
Examples
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | 5 | 7 | 8 | ||
| 2 | 4 | ||||
| 3 | -5 | 9 | |||
| 4 | |||||
| 5 |
From the above table values:
- =MMULT(3,A1:A3)
| 15 | 21 | 24 |
- =MMULT(6,A2:C3)
| 24 | -30 | 54 |
| class="wikitable" | |
|---|---|
| 7 | 5 |
| 2 | 3 |
| 6 | 0 |
| 9 | 8 |
!{| class="wikitable" |+Matrix B |- | 8 || -4 ||11 |- | 2 || 7 || 5 |} |}