Category:Octave
Octave
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Octave.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
See Also: |
|
---|
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with MATLAB. (Text taken from the site)
- Octave-Forge: Octave-Forge is a central location for the collaborative development of packages for GNU Octave.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Octave Implementations (empty)
- Octave User (11 P)
Pages in category "Octave"
The following 200 pages are in this category, out of 326 total.
(previous page) (next page)2
A
- A+B
- Abbreviations, easy
- ABC problem
- Accumulator factory
- Ackermann function
- Add a variable to a class instance at runtime
- Align columns
- Append a record to the end of a text file
- Apply a callback to an array
- Arithmetic-geometric mean
- Arithmetic/Complex
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Creation
- Associative array/Iteration
- Averages/Arithmetic mean
- Averages/Mean angle
- Averages/Mean time of day
- Averages/Median
- Averages/Mode
- Averages/Pythagorean means
- Averages/Simple moving average
B
C
- Caesar cipher
- Call a function
- Canny edge detector
- Case-sensitivity of identifiers
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Character codes
- Check that file exists
- Chinese remainder theorem
- Cholesky decomposition
- Church numerals
- Collections
- Combinations
- Comma quibbling
- Comments
- Compare a list of strings
- Compound data type
- Conditional structures
- Convert decimal number to rational
- Conway's Game of Life
- Copy a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Count the coins
- Create a file
- Create a two-dimensional array at runtime
- Create an HTML table
- CSV data manipulation
- Cumulative standard deviation
D
E
F
- Factorial
- Factors of a Mersenne number
- Factors of an integer
- Fast Fourier transform
- Fibonacci sequence
- File input/output
- File modification time
- File size
- Filter
- Find common directory path
- Find limit of recursion
- Find the missing permutation
- First-class functions
- Five weekends
- Fivenum
- FizzBuzz
- Flow-control structures
- Floyd's triangle
- Forest fire
- Formatted numeric output
- Forward difference
- Four bit adder
- Function composition
- Function definition
G
H
- Hailstone sequence
- Hamming numbers
- Harshad or Niven series
- Hash from two arrays
- Haversine formula
- Hello world/Line printer
- Hello world/Newline omission
- Hello world/Standard error
- Hello world/Text
- Higher-order functions
- Hofstadter Figure-Figure sequences
- Hofstadter Q sequence
- Hofstadter-Conway $10,000 sequence
- Horizontal sundial calculations
- Horner's rule for polynomial evaluation
- Host introspection
- Hostname
- HTTP
- HTTPS
I
L
- Langton's ant
- Last Friday of each month
- Leap year
- Least common multiple
- Letter frequency
- List comprehensions
- Literals/Integer
- Literals/String
- Logical operations
- Longest common prefix
- Longest string challenge
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- LU decomposition
- Luhn test of credit card numbers
M
- Mandelbrot set
- Matrix multiplication
- Matrix transposition
- Matrix-exponentiation operator
- Maze generation
- MD5
- MD5/Implementation
- Memory allocation
- Memory layout of a data structure
- Middle three digits
- Modulinos
- Monte Carlo methods
- Mouse position
- Multiplication tables
- Munching squares
- Mutual recursion