Answer:
w = -3/4 or -0.75
there is only one solution
Step-by-step explanation:
Answer:
5.29 * 10^-5 is written as scientific notation.
For example:
9200 ---> 9.2 * 10³
123000 ---> 1.23 * 
8640000 ---> 8.64 * 
where first number/letter should be between 1 - 10.
B can be either 2/3 or -2/3
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.