![]() |
|
|
#45 |
|
Sep 2004
13×41 Posts |
Are you saying my usage was correct?
|
|
|
|
|
|
#46 |
|
Nov 2003
22·5·373 Posts |
|
|
|
|
|
|
#47 | |
|
Feb 2007
1B016 Posts |
Quote:
tr(A^T A) = a_ij a_ij = \sum_{i,j} a_ij^2 = sum of squares of all matrix elements of A are all correct. Btw, that's the square of the Euclid (L²) norm of A (when M_{m,n} is seen as IR^{m x n}. (Not to be confused with the norm /induced/ on M_{mn} by the L² norms on R^m and R^n, which is max{ | Ax | ; |x|=1 }.) PS: and depending on the error-tolerance of the interpreter, a_ij^2 could be understood as shorthand for a_ij a_ij , especially if i,j don't appear as free indices on the l.h.s. Last fiddled with by m_f_h on 2009-02-01 at 13:53 |
|
|
|
|
|
|
#48 | |
|
Feb 2007
24×33 Posts |
Quote:
where exp(x) = sum x^n/n!. Everything else comes from the properties of this power series, and also everything which is abusively written as e^(...) (like e^{i phi}, e^A, ...) has really nothing to do with 2.718281828, but refers to that power series. IMHO it makes absolutely no sense at all to write 2.71828^{i pi} or 2.71828^A. |
|
|
|
|
|
|
#49 |
|
"William"
May 2003
New Haven
2×7×132 Posts |
|
|
|
|
|
|
#50 | |
|
Feb 2007
24×33 Posts |
Quote:
-- (*) If I made no error in stupidly calculating the difference between partial sums S(n) = sum( k=0..n, 1/k! ) and (1+1/n)^n, this should be equal to sum( k=1..n, 1/k! - binomial(n,k)/n^k) = sum( k=1..n, (1 - n!/(n-k)!/n^k )/k! ) which is easily seen to go to zero: The first term is zero, and the sum of the other terms is O() of (actually less than) 1/n (1/2 + 1/3! + 1/4! +...) = 0.71828/n (I hope the gerbils won't introduce subtile errors in the above argumentation and calculation which initially at least was of course absolutely correct...) |
|
|
|
|
|
|
#51 |
|
Dec 2008
Boycotting the Soapbox
13208 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there a "trick" to plugging in a Switch or did I kill it? | petrw1 | Hardware | 35 | 2016-12-03 17:05 |
| Small(ish) matrices on fast computers | fivemack | Msieve | 1 | 2011-03-14 23:43 |
| Denser matrices save BL time | Batalov | Msieve | 8 | 2010-02-14 11:39 |
| Count of Matrices | davar55 | Puzzles | 2 | 2007-06-13 20:46 |
| matrices question | fuzzy | Miscellaneous Math | 1 | 2005-03-19 11:12 |