Extra credit: Use matrix multiplication with large matrices (or some other numerically intensive algorithm)
to compare: Cray SV1 vs Workstations, C vs Fortran
Program 14: Image Processing and Edge detection algorithms using Fortran and C
'not' in Prolog (means it can't prove a statement is true, it doesn't prove a statement is false)
not(G) :- G,!,fail.
not(G).
Program 18: (EASIER Program) in 3 languages:
Sum, functions to determine the sum of "flat" lists and embedded lists.
(MORE DIFFICULT program):
Genetic Algorithm Program in 3 languages:
Also- Do your own final programming project in any language of your choice.
Compare how this project may have been able to be accomplished using another style of language