dae (version 3.2.25)

mat.J: Forms a square matrix of ones

Description

Form the square matrix of ones of order order.

Usage

mat.J(order)

Value

A square matrix all of whose elements are one.

Arguments

order

The order of the matrix to be formed.

Author

Chris Brien

See Also

mat.I, mat.ar1

Examples

Run this code
    col.J <- mat.J(order=4)

Run the code above in your browser using DataLab