Skip to content

Commit

Permalink
sage
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomel committed Apr 4, 2024
1 parent b1e0f2a commit e461a26
Show file tree
Hide file tree
Showing 5 changed files with 532 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/tccs/owe/SConstruct
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from rsf.tex import *

End(use='amsmath')
Binary file added book/tccs/owe/Sage/Fig/ostolt.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions book/tccs/owe/Sage/ostolt.sage
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
k = var('k')
def ost(t, w):
return plot(w*cos(t) - k*sin(t), k, -2, 2)
def env(w):
return plot(sqrt(w^2 + k^2), k, -2, 2, thickness=5)
lines = [ost(t*pi/20,1) for t in range(-10, 11)]
plot = sum(lines)+env(1)
plot.save(frame=True, axes=False, axes_labels=['Wavenumber (rad)', 'Frequency (rad)'], filename='junk_sage.pdf')
74 changes: 74 additions & 0 deletions book/tccs/owe/owe.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
@Article{pnas,
author = {S[ergey] Fo\-mel and J[ames] A[] Sethian},
title = {Fast phase-space computation of multiple
arrivals},
journal = {Proc. of the Nat. Acad. of Sciences},
year = 2002,
volume = 99,
pages = {7329-7334}
}

@Article{jcp,
author = {S[ergey] Fo\-mel and J[ames] A[] Sethian},
title = {Fast Algorithms for Computing
Multiple-Arrival Multiple-Source Non-Viscosity
Solutions of Static {Hamilton-Jacobi} Equations},
journal = {Journal of Computational Physics, submitted},
year = 2003
}

@Book{maslov,
author = {V[] P[] Maslov and M[] V[] Fedoriuk},
title = {Semi-classical approximations in
quantum mechanics},
publisher = {Reidel},
year = 1981,
address = {Dordrecht}
}

@Book{norm,
author = {N[] Bleisten and J[] K[] Cohen and J[] W[] Stockwell},
title = {Mathematics of multidimensional seismic imaging, migration, and inversion},
publisher = {Springer},
year = 2001
}

@Book{iei,
author = {J[on] F[] Claerbout},
title = {Imaging the {Earth's} Interior},
publisher = {Blackwell},
year = 1985
}

@Book{santo,
author = {J[] A[] DeSanto},
title = {Scalar wave theory: {Green's} functions and applications},
publisher = {Springer-Verlag},
year = 1992
}

@Article{curvelet,
author = {E[mmanuel] J[] Cand\'{e}s and L[aurent] Demanet},
title = {The curvelet representation of wave propagators is optimally sparse},
journal = {Communications on Pure and Applied Mathematics},
year = 2005,
volume = 58,
pages = {1472-1528}
}

@inproceedings{seislet,
author = {S[] Fomel},
booktitle = {76rd Ann. Internat. Mtg.},
pages = {2847-2850},
publisher = {Soc. of Expl. Geophys.},
title = {Towards the seislet transform},
year = {2006}
}

@Book{sethian,
author = {J[] A[] Sethian},
title = {Level Set Methods and Fast Marching Methods: Evolving Interfaces in Computational Geometry, Fluid Mechanics, Computer Vision, and Materials Science},
publisher = {Cambridge Univ. Press},
year = 1999
}

Loading

0 comments on commit e461a26

Please sign in to comment.