Difference between revisions of "Manuals/calci/tan"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
== Examples == | == Examples == | ||
| + | Example 1 | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Spreadsheet | |+Spreadsheet | ||
| Line 52: | Line 53: | ||
|} | |} | ||
| − | + | Example 2 | |
{| class="wikitable" | {| class="wikitable" | ||
|+Matrix A | |+Matrix A | ||
Revision as of 06:09, 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
Example 1
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | 5 | 7 | 8 | ||
| 2 | 4 | ||||
| 3 | -5 | 9 | |||
| 4 | |||||
| 5 |
From the above table values:
| 15 | 21 | 24 |
| 24 | -30 | 54 |
Example 2
| 7 | 5 |
| 2 | 3 |
| 6 | 0 |
| 9 | 8 |
| 8 | -4 | 11 |
| 2 | 7 | 5 |