It is well known that $$|det(v_1,...,v_n)|\le ||v_1||_2...||v_n||_2$$ with equality if and only if the vectors are pairwise orthogonal. For n = 2, the following formula holds : $$det(\pmatrix {a&b\\c&d})^2=(a^2+b^2)(c^2+d^2)-(ac+bd)^2$$ How can this be generalized to matrices with higher size ?
I checked if $$(a^2+b^2+c^2)(d^2+e^2+f^2)(g^2+h^2+i^2)-det(\pmatrix {a&b&c\\d&e&f\\g&h&i})^2$$ has the factor $$(ad+be+cf)^2+(ag+bh+ci)^2+(dg+eh+fi)^2$$ because the above expression is $0$ if and only if all the scalar products are $0$. But according to wolfram this is not the case, but perhaps there are too many variables to check it with the online-version of wolfram.
Notice that if you multiply any of the terms in $ (ad+be+cf)^2+(ag+bh+ci)^2+(dg+eh+fi)^2 $ by a nonzero factor, you get something with the same property. So it might be that there's a factor that looks similar but isn't exactly the same.
Another thing to notice is that you can get the formula $$\det\left(\pmatrix {a&b\\c&d}\right)^2=(a^2+b^2)(c^2+d^2)-(ac+bd)^2$$ in a 'nice' way by writing $$\det\left(\pmatrix {a&b\\c&d}\right)^2=\det\left(\pmatrix {a&b\\c&d}\pmatrix {a&b\\c&d}^T\right)=\det\left(\pmatrix {a^2+b^2&ac+bd\\ac+bd&c^2+d^2}\right)$$
With the $3\times3$ matrix you should get $$\det\left(\pmatrix {a^2+b^2+c^2&ad+be+cf&ag+bh+ci\\ad+be+cf&d^2+e^2+f^2&dg+eh+fi\\ag+bh+ci&dg+eh+fi&g^2+h^2+i^2}\right)$$
Try doing a Laplace expansion on that and see what you get.