dae (version 3.1-23)

mat.J: Forms a square matrix of ones

Description

Form the square matrix of ones of order order.

Usage

mat.J(order)

Arguments

order

The order of the matrix to be formed.

Value

A square matrix all of whose elements are one.

See Also

mat.I, mat.ar1

Examples

Run this code
# NOT RUN {
    col.J <- mat.J(order=4)
# }

Run the code above in your browser using DataLab