#Chatgpt issue with drawing matrixes

10 messages · Page 1 of 1 (latest)

weary vessel
#

My inputs:
can y revert x and y in this matrix?
/** Coordinate system for values (x, y)
[(-1, -1), (-1, 0), (-1, 1)]
[(0, -1), (0, 0), (0, 1)]
[(1, -1), (1, 0), (1, 1)]
*/

draw me the same matrix but it starts from -4 until 4 for x and y

almost, you made a mistake here:
2), ( 1, 3), ( 1, 4)] between 1, 3 there is a bigger gap for some reason?

Still the gap in ( 1, 3) is present, but everything else is correct

#

Chatgpt issue with drawing matrixes

opaque canopy
#

It is not a bug

#

It is a perfomance issue

#

Wont be fixed

#

ChatGPT cannot handle that much

weary vessel
#

i know matrixes are difficult to compute. but why is it always the same mistake at the same spot? Any idea why this happends? Asking out of curiosity

#

if i expand it to 5 it works

#

Now I rerun the same code and asked it to downscale it to 4, now it works...