Matrices

Description

Ordenadores/Informática Quiz on Matrices, created by grupo_T9 programacion on 05/12/2019.
grupo_T9 programacion
Quiz by grupo_T9 programacion, updated more than 1 year ago
grupo_T9 programacion
Created by grupo_T9 programacion over 4 years ago
21
0

Resource summary

Question 1

Question
Para escribir una matriz M formada por un vector y que tenga 5 filas y 4 columnas:
Answer
  • M<-matrix((1,2,3,4), nrow=5, ncol=4)
  • M=matrix(c(1,2,3,4), nrow=5, ncol=4)
  • m->matrix(c(1,2,3,4), nrow=5, ncol=4)

Question 2

Question
Multiplicación de 2 matrices (A y B):
Answer
  • A*B
  • A%*B
  • A%*%B

Question 3

Question
La matriz C=matrix(c(1,cos(pi),exp(2),4/5), nrow=2, ncol=2) es correcta
Answer
  • True
  • False
Show full summary Hide full summary

Similar

Matrices y Determinantes
Diego Santos
Matrices y Determinantes
Victor Rodriguez
MATRICES Y DETERMINANTES
andresfelipe_int
Formas escalonadas de matrices. Teoría de matrices
Rolando Seclen
Regla de Cramer y solución de sistema de ecuaciones
Enrique Israel|
Matrices y solución de sistema de ecuaciones
Enrique Israel|
OPERACIONES CON MATRICES
Balta Estevan Herrero
PLANEACIÓN ESTRATEGICA: OBJETIVOS
Alejandro Mateus
Parcial #3
Rita de_la_Hoz_d
PROPIEDADES DE LAS OPERACIONES DE MATRICES
Balta Estevan Herrero
CLASIFICACION DE MATRICES
Genaro Ruiz