How to get adjacency matrix from incidence matrix of graph

How to get adjacency matrix from incidence matrix of graph

For an undirected graph G, PxQ, P is the number of vertices and Q is the number of edges. Bij represents the relationship between point I and edge J in the incidence matrix. If point I and edge J are connected, bij = 1. Conversely, bij = 0