• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision326dca2a8478edce752b780c6e1d60fb58331948 (tree)
l'heure2006-12-11 00:02:56
Auteuriselllo
Commiteriselllo

Message de Log

(empty log message)

Change Summary

Modification

diff -r ed56057f569a -r 326dca2a8478 codes-for-fitting7/analytical-solution-delta-x-t
--- a/codes-for-fitting7/analytical-solution-delta-x-t Sun Dec 10 14:58:13 2006 +0000
+++ b/codes-for-fitting7/analytical-solution-delta-x-t Sun Dec 10 15:02:56 2006 +0000
@@ -1,6 +1,8 @@
11 rm(list=ls())
22 library(lattice)
33
4+# this is just a good numerical and plotting exercise, but it is by no means a solution
5+
46 # I start defining the analytical functions needed to get the density as a function of time
57
68 expect_position <- function(t,lam1,lam2,pos_ini,vel_ini)