CH 1 - OCTAVE (GUI) Flashcards
is a high-level programming language primarily intended for scientific computing and numerical computation.
GNU OCTAVE
Octave is written in __________ using the _________ standard library
C++
C++
what is GUI?
GRAPHICAL USER INTERFACE
what is CLI?
COMMAND LINE INTERFACE
the ____________________ is an interpreted programming language. It is a structured
programming language (similar to C) and supports many common C standard
library functions, and also certain UNIX system calls and functions.
OCTAVE LANGUAGE
Octave has been built with MATLAB compatibility in mind, and shares many features with MATLAB:
1.Matrices as fundamental data type.
2.Built-in support for complex numbers.
3.Powerful built-in math functions and extensive function libraries.
4.Extensibility in the form of user-defined functions.
Purpose: main window, enters variables, runs programs
COMMAND WINDOW
Purpose: contains output from graphic commands
FIGURE WINDOW
Purpose: creates and debugs script and function file
EDITOR WINDOW
Purpose: Provides help information
HELP WINDOW
Purpose: Logs command entered in the Command Window
COMMAND HISTORY WINDOW
Purpose: Provides information about the variables that are used
WORKSPACE WINDOW
Purpose: Shows the files in the current folder
CURRENT FOLDER WINDOW
function for square root
sqrt (x)
function for real nth root of a real number x
nthroot (x)