SIZE()
|
06-24-2015, 11:45 AM
Post: #11
|
|||
|
|||
RE: SIZE()
(06-24-2015 08:43 AM)Gerald H Wrote: Ecce enlightenment! I think a number could be most anything, subject to constraint by context. The way the number is represented, as an element of an array such as a list, vector, matrix, tensor, etc., helps clarify the constraints. Just because there is only one element in the array, doesn't change the fact that other elements may enter into the basis, or perhaps other elements ARE/WERE there, just that they are zero, and subsequently omitted, for example: M1:=[[6]]; // Hyper matrix, a matrix of matrices, containing a single matrix vector M1(1) == [6]; // Matrix containing a single vector M1(1,1) == 6; // a number, an element of the matrix vector, and of the Hyper matrix Generally, matrices are a collection of vectors, which are a collection of numbers, or perhaps other things, forming some sort of array. So, I think a number can be described as a 1xn or nx1 vector, or matrix, unless defined otherwise in some context. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: SIZE() - Tim Wessman - 06-23-2015, 02:41 PM
RE: SIZE() - Angus - 06-24-2015, 08:17 AM
RE: SIZE() - Didier Lachieze - 06-24-2015, 08:37 AM
RE: SIZE() - Gerald H - 06-24-2015, 08:43 AM
RE: SIZE() - DrD - 06-24-2015 11:45 AM
RE: SIZE() - Angus - 06-24-2015, 09:23 AM
RE: SIZE() - Gerald H - 06-24-2015, 10:35 AM
RE: SIZE() - Gerald H - 06-24-2015, 10:36 AM
RE: SIZE() - Angus - 06-24-2015, 10:55 AM
RE: SIZE() - Gerald H - 06-24-2015, 11:17 AM
RE: SIZE() - Gerald H - 06-24-2015, 12:13 PM
RE: SIZE() - Angus - 06-24-2015, 12:17 PM
RE: SIZE() - Gerald H - 06-24-2015, 12:23 PM
RE: SIZE() - Angus - 06-24-2015, 12:41 PM
RE: SIZE() - DrD - 06-24-2015, 02:51 PM
RE: SIZE() - Angus - 06-25-2015, 05:20 AM
RE: SIZE() - Gerald H - 06-25-2015, 06:35 AM
RE: SIZE() - Angus - 06-25-2015, 07:57 AM
RE: SIZE() - Gerald H - 06-25-2015, 10:02 AM
RE: SIZE() - Gerald H - 06-25-2015, 10:35 AM
RE: SIZE() - Angus - 06-25-2015, 10:45 AM
|
User(s) browsing this thread: 5 Guest(s)