User Portlet User Portlet

Discussions
I have a list of lists of numbers, for example: {{1,1,1,1}, {1,1,1,1},{1,1,1,1},{1,1,1,1}} The length of the list is the same length of each sublist. What I want to achieve is to add plus 1 to the {i,i} elements without using For cycle. ...