IDS_2026_julyOUT.pdf
In the first exercise in order to allucinate the AI I have asked AI to modify the image so that the numbers could be clearly visible by a human but that could be difficult to read for the AI itself.
Now I am asking everyone: what is the best way of trying to allucinate the AI?
Some solutions still were clearly produced by AI. For example the solution by Tarun...
% Now Creating The Matrix Given in the Ques Using Matrix Multiplication
Ku = tril(ones(6))*tril(ones(6))'*diag(12:-2:2);
disp("Below is the Matrix")
disp(Ku) % Displaying the Matrix As Shown In The Picture
Look also this solution produced by AI by saye....
Note also how the code is perfectly spaced (there is exactly one space between each instruction)
Of course for a student matrices L and U do not mean anything but those who have done a course in linear algebra know the meaning of L and U
associated with L U factorization. It is amazing that the AI uses these symbols.
In summary, the exam is passed but everyone must be aware that nothing goes undetected.
IDS_2026_julyOUT.pdf
In the first exercise in order to allucinate the AI I have asked AI to modify the image so that the numbers could be clearly visible by a human but that could be difficult to read for the AI itself.
Now I am asking everyone: what is the best way of trying to allucinate the AI?
Some solutions still were clearly produced by AI. For example the solution by Tarun...
Look also this solution produced by AI by saye....
Note also how the code is perfectly spaced (there is exactly one space between each instruction)
Of course for a student matrices L and U do not mean anything but those who have done a course in linear algebra know the meaning of L and U
associated with L U factorization. It is amazing that the AI uses these symbols.
In summary, the exam is passed but everyone must be aware that nothing goes undetected.