Create matrices with eye, ones, diag and triu Create the following matrices with the help ofthe matrix generation functions eye , ones, diag and triu. See the on-line help on these functionsif required (i.e. help eye)M =[6 0 00 6 00 0 6]N =[5 5 50 5 50 0 5 ]P =[7 77 77 7]Q =[2 0 00 3 00 0 4]