On accident

I kind of can’t take people seriously when they say On accident, I don’t know or care if its more or less grammatical, it sounds like a child sputtering in my mind. It should be By accident or accidentally

Tummy

Any adult has zero business saying this lol

  • @Coconut1233
    link
    12 months ago

    I misunderstood a little, I assumed a function graph, which could be R^n space. But for the graph-theory-graphs (sets of vertices and edges) it’s similar, you can model the graph using adjacency matrix (NxN matrix for a graph of N vertices, where the vertices ‘mapped’ to a row and column by index. Usually consisting of real numbers representing distance between the “row” and “column” node) and look at it from the linear algebra point of view. That allows to model some characteristics of the graph. But honestly I haven’t mixed these two fields of maths much, so I hope what I wrote is somewhat understandable.