In computer programming, the word render means to turn typed written code into a pretty picture for people to look at.
Outside of computer science, the word render means somthing like "boil ingredients in a metal pot until some final result is produced".
What formal definition for render would you put in a textbook on computer science?
Difficult to Understand Input
R = \begin{bmatrix}
\mathbf{881} & \mathbf{836} & \mathbf{775} & \mathbf{829} & \mathbf{782} & \mathbf{927} & \mathbf{539} & \mathbf{122} & \mathbf{855} & \mathbf{273} & \\
\mathbf{862} & \mathbf{599} & \mathbf{192} & \mathbf{291} & \mathbf{311} & \mathbf{737} & \mathbf{231} & \mathbf{218} & \mathbf{349} & \mathbf{874} & \\
\mathbf{398} & \mathbf{149} & \mathbf{465} & \mathbf{869} & \mathbf{529} & \mathbf{836} & \mathbf{728} & \mathbf{914} & \mathbf{689} & \mathbf{253} & \\
\mathbf{671} & \mathbf{636} & \mathbf{963} & \mathbf{852} & \mathbf{942} & \mathbf{964} & \mathbf{183} & \mathbf{643} & \mathbf{427} & \mathbf{726} & \\
\mathbf{522} & \mathbf{143} & \mathbf{568} & \mathbf{722} & \mathbf{191} & \mathbf{834} & \mathbf{428} & \mathbf{326} & \mathbf{318} & \mathbf{936} & \\
\mathbf{918} & \mathbf{825} & \mathbf{697} & \mathbf{615} & \mathbf{439} & \mathbf{998} & \mathbf{785} & \mathbf{367} & \mathbf{132} & \mathbf{637} & \\
\mathbf{479} & \mathbf{394} & \mathbf{555} & \mathbf{841} & \mathbf{745} & \mathbf{436} & \mathbf{272} & \mathbf{617} & \mathbf{665} & \mathbf{828} & \\
\mathbf{349} & \mathbf{614} & \mathbf{836} & \mathbf{579} & \mathbf{775} & \mathbf{365} & \mathbf{511} & \mathbf{218} & \mathbf{462} & \mathbf{585} & \\
\mathbf{485} & \mathbf{475} & \mathbf{156} & \mathbf{473} & \mathbf{527} & \mathbf{585} & \mathbf{894} & \mathbf{931} & \mathbf{614} & \mathbf{234} & \\
\mathbf{331} & \mathbf{437} & \mathbf{556} & \mathbf{395} & \mathbf{324} & \mathbf{673} & \mathbf{395} & \mathbf{145} & \mathbf{411} & \mathbf{654} & \\
\end{bmatrix}
Easier to Understand Output
Neither the input, nor the output, in my example is easy to read.
However, the output is easier for the human eye (and/or visual cortex) to perceive.
The word "render" is used in the videogame industry to mean
make the trees, airplanes, people, swords, dragons, etc... LOOK like trees, airplanes, people, swords, & dragons.
I am still not sure that is an acceptable definition to use with students.