Write a computer code (in Fortran or another language) to check the identity
εijkεpqk = δipδjq - δiqδjp
where i, j, k, p, q are subscripts (with values from 1, 2, and 3, hence 81 total possible values, and k is the free variable)
for all 81 possible values of i,j,p,q. The program should include
function subroutines for computing epsilon(i,j,k) and delta(i,j).
Using the epsilon function subroutine, also compute εijkεijk.
Lab report should include a description of the purpose of the code,
the code itself including comment statements, a short user
guide, plus output and an explanation of the output. Grading will
include a component for elegance and efficiency of the code and
output.
If anyone can help me, that would be very awesome.