Probability density function and eulers constant

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
mikedamike
Messages
28
Reaction score
0
Hi,

I have a probability density function defined by

1 / D x E . eABC/2

D is a single number
E is a determinant of a matrix
. is the dot product between the two sides of the function
e I am pretty sure is meant to be eulers constant
A is a 5x1 vector
B is a 5 x 5 matrix
C is a 5x1 vector

To my understanding eulers constant can only be raised to the power of a single number
My question is that how can the second half of the equation be solved if i require eABC/2 (which is effectivly a 5x1 matrix / 2)?

Can anyone help me with this ?

Thanks in advance
Regards
Mike
 
on Phys.org
sorry ill make this more clear

A - This is a 5x1 matrix ( where A is actually the transpose of c)

B - this is a 5x5 matrix

c - this is a 5x1 matrix

This would mean axb = ab (5x1 )

ab X c = abc(5x1)
 
Last edited:
am i using the right convention ?

using MY description i have used [rows] x [columns]

BTW i do mean transpose ...sorry!
 
Sorry you are correct

it is

1x5 x 5x5 x 5x1

= 5x1

However this still mens i have a 5x1 /2

Also matrix exponential can only be done on square matrix ?
 
micromass said:
No. A 1x5 times a 5x5 times a 5x1 will yield a 1x1 matrix.
Side question : 1x5 times 5x5 matrix will be 1x5 matrix right ? Then 1x5 times 5x1 matrix can yield 1x1 because for a matrix to multiply , columns of first matrix must be equal to rows of second matrix , i.e. r2=c1.

Am I correct ?

@Mikedamike
sorry ill make this more clear

A - This is a 5x1 matrix ( where A is actually the transpose of c)

B - this is a 5x5 matrix

c - this is a 5x1 matrix

This would mean axb = ab (5x1 )

ab X c = abc(5x1)
ab will be 1x5 matrix and not 5x1. You cannot multiply 5x1 times 5x1 because for two matrices to multiply , rows of second matrix must be equal to columns of first matrix but 1 is not equal to 5.
 
Last edited: