User talk:Benjamin Leibowicz: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Hello, Benjamin Leibowicz! This is a welcome message from OpenWetWare.  By the way, we've announced you on the [[Main Page|home page]]! You can leave messages to any OWW member by editing their User_talk pages like this one.  And don't forget to personalize your [[User:Benjamin Leibowicz|User Page]] so that we can get to know you better!  We've included some tips below to get you started.
Hello, Benjamin Leibowicz! This is a welcome message from OpenWetWare.  By the way, we've announced you on the [[Main Page|home page]]! You can leave messages to any OWW member by editing their User_talk pages like this one.  And don't forget to personalize your [[User:Benjamin Leibowicz|User Page]] so that we can get to know you better!  We've included some tips below to get you started.


Biophysics 101: Assignment 3
'''Biophysics 101: Assignment 3'''


'''Python Code'''
Python Code


[[Media:p53seg.txt]]
[[Media:p53seg.txt]]

Revision as of 10:21, 28 September 2009

Hello, Benjamin Leibowicz! This is a welcome message from OpenWetWare. By the way, we've announced you on the home page! You can leave messages to any OWW member by editing their User_talk pages like this one. And don't forget to personalize your User Page so that we can get to know you better! We've included some tips below to get you started.

Biophysics 101: Assignment 3

Python Code

Media:p53seg.txt


Biophysics 101: Assignment 1

Our first assignment was to practice using spreadsheet software (Microsoft Excel) and the programming language Python by examining the exponential and logistic functions. First I used Excel to plot both functions using recursive relations where each value of the function is calculated from the previous one. The exponential function is given by the recursive relation [math]\displaystyle{ x_n=k*x_{n-1} }[/math] and the logistic function is given by the recursive relation [math]\displaystyle{ x_n=k*x_{n-1}*(1-x_{n-1}) }[/math]. Another function examined was a modified logistic expression [math]\displaystyle{ x_n=MAX(k*x_{n-1}*(1-x_{n-1}),0) }[/math]. All of these functions were plotted recursively for a list of k values including 0.9, 1.01, 1.1, 1.5, 3, 3.67859, 4, and 4.03. The results are shown below:

The exponential functions look as expected, with the higher k values resulting in growth curves that grow faster than for lower k values. The recursive representation of the logistic function does well in approximating the continuous form of the function for low k values. Once k reaches 3 the periodic behavior of this recursive relation becomes very noticeable, and for still higher k values the function takes off in the negative direction and must be restrained by the MAX condition.

Once I successfully installed Python and got it working, plotting the continuous forms of the exponential and logistic functions for different k values was fairly straightforward. The continuous form of the exponential function is [math]\displaystyle{ y=e^{kx} }[/math] and the continuous form of the logistic function for a starting value of [math]\displaystyle{ x_0=0.5 }[/math] when [math]\displaystyle{ t=0 }[/math] is [math]\displaystyle{ y=1/(1+e^{-kt}) }[/math]. The plots for a k value of 1.5 are shown below:

When experimenting with different k values, the exponential function again grows faster as k increases. As k increases the logistic function settles to its final value of 1 in less and less time.


Basic Wiki Instructions

  • Don't be afraid to edit! As with all pages on the wiki, all versions are saved so its easy to undo. If you have any questions feel free to send us an email.
  1. Start off by clicking the 'edit' button to the right of this section, or at the top of the page.
  2. Now you should see the text of this section as text within an editor box. There are several buttons in the editor box, but don't worry about those for now. Just type something in the box, scroll down to the bottom, and hit the 'Preview' button.
  3. You should see the web-page and text box views, but now with your edits! Don't forget to save your changes by clicking 'Save Page'!
  4. Editing pages is as easy as that. There are of course many ways to format your text. The easiest way to learn is to find an OWW page with the formatting you like, click on the edit button again, and see for yourself how it was created in the text box. Here's an extensive list of formating examples. Or look at this OpenWetWare introductory tutorial.
  5. When you are done, remove these instructions by clicking the edit button for this section again, erase everything you see in the text box and click 'Save Page'. (And remember you can always retrieve these by clicking on the 'history' tab at the top of this page.)

Note that these instructions apply to any page on OWW. Feel free to contribute to OWW by editing pages to add content, update them, or even correct mistakes. OWW relies on an active community to manage our growing resource of open access information, and we need your help!

Personal/Lab Info

We have gone ahead and filled in some information you provided us in your membership application on your User Page. Please take a moment to embellish this and tell the community a little more about you. Put links to your lab pages, your projects and your interests. If you run out of ideas, take a look at some of the other User pages. For example, check out User:Julius_B._Lucks, User:Jason_R._Kelly and User:Reshma_P._Shetty.

You'll also notice that we have put an 'image' placeholder at the top of your User Page. We encourage you to upload an image of yourself to give OWW a more personal feel. To upload an image, click on the Upload file link on the left-hand side (toolbar). Choose a file from your computer, and remember the file name. After you have uploaded the image, you should see it loaded on its own page. Go back to your User Page, click on edit, and replace 'OWWEmblem.png' with the name of your file that you have uploaded in the second line of this page.