Answer:
C= 5, -5
Step-by-step explanation:
The answer is c because of y=mx+b
A 30 60 90 triangle is when one angle is 30, another is 60 and the other one is 90. and the side across from the 30 is x(1) and the one across from 60 is x rote 3(rote 3) and across from 90 is 2x(2).
Answer:
In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph.
In the special case of a finite simple graph, the adjacency matrix is a (0,1)-matrix with zeros on its diagonal. If the graph is undirected, the adjacency matrix is symmetric. The relationship between a graph and the eigenvalues and eigenvectors of its adjacency matrix is studied in spectral graph theory.
The adjacency matrix should be distinguished from the incidence matrix for a graph, a different matrix representation whose elements indicate whether vertex–edge pairs are incident or not, and degree matrix which contains information about the degree of each vertex.