online and offline projects (Aliens Infotech)

2008-08-21 Thread ajith
 Hello Sir/ Madam,

   Kindly go through the attachments slowly For Full details.

   Document Alignment Project detail:-


  The cost of a single Project is 4000 for Gear 1, 5500 for Gear 2,
6500 for Gear 3.

   ( PDF to doc  Only
Copy & Paste)

    ( Only Alignment
is Required )   


   As a Part time you may Earn Rs 10 Per Page, as Per
Quality.

   You will be having 400 pages for Gear 1, 600 pages
for Gear 2, 800 pages for Gear 3.

   Duration 13 - 15 Days

   6 months and 6 Slots will be provided.

   You can get your Payment within 15 days After
completing your job the payment will be credited to your account.

   There are Only 2 days to take the Project 3rd and
18th of every month.


 



   HTML Tagging Project Detail:-

 I HAVE GIVEN YOU A CALCULATION FOR SINGLE PROJECT

   The cost of a single Project is 3500.

   By typing a single Page you can get Rs.50/-* Page
wise payment

You will be having 250 to 270 Pages to convert as
E-Pages.

   Duration 23 - 25 Days

   12 months and 12 Slots will be provided.

   You can get your Payment within 15 working days
After completing your job the payment will be credited to your
account.

   There are Only 2 days to take the Project 12th and
27th of every month.

   AGAIN IF YOU HAVE ANY MORE QUESTIONS PLEASE FEEL
FREE TO MAIL ME OR CALL ME.



Dealer / Franchise Wanted All Over INDIA


AND ALSO AVAILABLE ONLINE, OFFLINE PROJECTS AND AD POSTINGif you
want more details log on to   http://aliens-data-entry.blogspot.com/

MORE DETAILS CONTACT   EMAIL  ID :  [EMAIL PROTECTED]


--
http://mail.python.org/mailman/listinfo/python-list


Python for science experiments

2011-07-08 Thread Ajith Kumar
Hello,
  Just posting a link of a project using Python <http://expeyes.in/> for
doing science experiments.

with regards

ajith


-- 
Dr. Ajith Kumar B.P.
Scientist SG
Inter-University Accelerator Centre
Aruna Asaf Ali Marg
New Delhi 110067
www.iuac.res.in
Ph: (off) 91 11 26893955 (Ext.230)
  (res)91 11 26897867
  (mob) 91 9868150852
-- 
http://mail.python.org/mailman/listinfo/python-list


Financial Modeling in Python

2009-02-14 Thread Ajith Prasad
http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470987847.html now
lists the contents of a new book:

Financial Modeling in Python
Shayne Fletcher, Christopher Gardner
ISBN: 978-0-470-98784-1
Hardcover
280 pages
August 2009
Wiley List Price:  US $130.00

--
http://mail.python.org/mailman/listinfo/python-list


Error in linalg.inv ??

2009-06-05 Thread Ajith Kumar

Hello,
I ran the following code (Using Debian 5.0)

from numpy import *
a = arange(1.,10.)
b = reshape(a, [3,3])
c = linalg.inv(b)
print b
print c
print dot(b,c)
print dot(c,b)

And the result is

[[ 1.  2.  3.]
[ 4.  5.  6.]
[ 7.  8.  9.]]

[[  3.15221191e+15  -6.30442381e+15   3.15221191e+15]
[ -6.30442381e+15   1.26088476e+16  -6.30442381e+15]
[  3.15221191e+15  -6.30442381e+15   3.15221191e+15]]

[[-0.5 -1.  -1. ]
[-1.  -2.   2. ]
[-1.5 -3.   1. ]]

[[  5.5   8.   10.5]
[  3.0.   -3. ]
[ -1.0.   -3. ]]

NOT the identity matrix. Any help ?

Thanks

Ajith Kumar

--
http://mail.python.org/mailman/listinfo/python-list