0xC0DEBA5E

Recent Entries

Welcome to Code Base

This is a google app engine powered pastebin. Unfortunately the autodetect doesn't appear to be too good at recognizing python code - I'll work on it. For further questions, please use the contact form.

Your paste:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
In [1]: from sympy.physics.units import s, m

In [2]: var("t")
Out[2]: t

In [3]: acceleration = 5*m/s**2

In [4]: integrate(acceleration, t)
Out[4]: 
5⋅t⋅m
─────
   2 
  s  

In [5]: integrate(acceleration, t)*s
Out[5]: 
5⋅t⋅m
─────
  s

Paste below

Title
Code
Language
To verify that you're not an automated script, please type the word human below in ALL CAPITALS
Word