APL Quest 2013 Problems
Write a function to produce a vector of the first n odd numbers.
Write a function which returns the percent (from 0 to 100) of passing (65 or higher) grades in a vector of grades.
Write a function which returns the number of words in the given character scalar or vector.
Write a function which returns a 1 if the opening and closing parentheses in a character vector are balanced, or a zero otherwise.
Write a function which produces an n×n identity matrix.
Write a function which returns the magnitude of the range of a numeric array.
Write a function which selects the floating point (non-integer) numbers from a numeric vector.
Write a function which produces a multiplication table.
Write a function which produces n month moving averages for a year's worth of data.
Write a function which solves a set of linear equations.