different types of fields to describe the earth. anisotropy, heterogeneity sem of shale (josh et...

Post on 16-Jan-2016

213 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Different Types of Fields to Describe the Earth

Anisotropy, heterogeneity

SEM of shale (Josh et al., 2012)

Right-handed systems

3-component geophones are often right-handed

Rotations

Matrix Multiplication

•Multiplication of two matrices consists of multiplying over the columns and adding over the rows

•For A*B, the number of rows in B must equal the number of columns in A

C

Matrix Multiplication

k kk

ni ij j

j

C

Bk

A B

Aik

For example

1 0 10 0 0

A

2 0 31 3 31 2 2

B

2 2 21 1 2 21 1 1 1323C A B A B A B

Matrix Multiplication: In Matlab

C

>> A = [1 0 1; 0 0 0]A = 1 0 1 0 0 0>> B = [ 2 0 3; 1 3 3; 1 2 2]B = 2 0 3 1 3 3 1 2 2>> A * Bans = 3 2 5 0 0 0>>

top related