TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Octave

Inverse Trigonometric Functions in Octave

Overview

In this tutorial, we will learn about inverse trigonometric functions available in Octave.

To know more about Trigonometric Functions in Octave:

https://www.testingdocs.com/octave-trigonometric-functions/

Inverse Trigonometric Functions

The inverse trigonometric functions are as follows:

 

Inverse Trigonometric Function
Description
asin(x) This function is used to compute the inverse sine.
acos(x) This function is used to compute the inverse cosine.
atan(x) This function is used to compute the inverse tangent.
asec(x) This function is used to compute the inverse secant.
acsc(x) This function is used to compute the inverse cosecant.
acot(x) This function is used to compute the inverse cotangent.

 

The angle returned by the inverse function would be in radians.

Examples

>> asin(0.5)
ans = 0.5236
>> % Let’s convert the answer to degrees
>> ans * (180/pi)
ans = 30.000
>> % Answer is 30 degrees
>>

Inverse Trigonometric Functions Octave

—

Octave Tutorials

Octave Tutorial on this website can be found at:
https://www.testingdocs.com/octave-tutorial/

More information on Octave can be found on the official website:
https://www.gnu.org/software/octave/index

Related Posts

Octave Package List

Octave /

Install Octave Packages on Linux

Octave /

Octave User defined Function Example

octave command line linux

Octave /

Octave Command line on Ubuntu

Hello World in Octave

Octave /

Hello World in Octave

Octave /

Octave plot example of function y=x^2

‹ Octave clear command› Octave range command

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com