# A vector of polynomial terms corresponding to a canonical form:
polyTerms <- c(0.2,0,-1,0.5,0,0,0,0,0,0)
# Convert this vector into a matrix formulation with all the equations:
K <- cano2M(3,2,polyTerms)
# Visualize the equations:
visuEq(K,3,2)
Run the code above in your browser using DataLab