content
stringlengths
86
994k
meta
stringlengths
288
619
Reed College Upcoming Seminar Apr 24, 4:10 PM, Physics 123 Noncommutative Fourier analysis of partially ranked data Luis David Garcia, Department of Mathematics and Statistics, Sam Houston State University The icosahedron is projected radially to the sphere and then stereographically to the complex plane, where its pol...
{"url":"http://www.reed.edu/math/index.html","timestamp":"2014-04-18T13:08:59Z","content_type":null,"content_length":"8969","record_id":"<urn:uuid:a7e5f7df-a482-4bbe-878e-0652b52e3fef>","cc-path":"CC-MAIN-2014-15/segments/1397609533689.29/warc/CC-MAIN-20140416005213-00081-ip-10-147-4-33.ec2.internal.warc.gz"}
The Sway Reference Manual/Functions Recall, the series of expressions we evaluated to find the y-value of a point on the line y = 5x - 3 given an x-value: sway> var m = 5; INTEGER: 5 sway> var x = 9; INTEGER: 9 sway> var b = -3; INTEGER: -3 sway> var y = m * x + b; INTEGER: 42 sway> y; ...
{"url":"http://en.m.wikibooks.org/wiki/The_Sway_Reference_Manual/Functions","timestamp":"2014-04-16T19:13:20Z","content_type":null,"content_length":"29245","record_id":"<urn:uuid:7126da1b-968c-4e18-918e-0c595e4c5e13>","cc-path":"CC-MAIN-2014-15/segments/1397609524644.38/warc/CC-MAIN-20140416005204-00112-ip-10-147-4-33....
A Weighted Coding in a Genetic Algorithm for the Degree-Constrained Minimum Spanning Tree Problem A Weighted Coding in a Genetic Algorithm for the Degree-Constrained Minimum Spanning Tree Problem (2000) Download Links Other Repositories/Bibliography author = {Günther R. Raidl}, title = {A Weighted Coding in a G...
{"url":"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.20.6586","timestamp":"2014-04-21T00:45:29Z","content_type":null,"content_length":"31873","record_id":"<urn:uuid:d502bdd5-8902-4b37-945b-47b78188e2d4>","cc-path":"CC-MAIN-2014-15/segments/1397609539337.22/warc/CC-MAIN-20140416005219-00310-ip-10-147-4-33.ec2...
Sheaves on Contractible Analytic Spaces up vote 7 down vote favorite Let $(X,\mathcal{O}_X)$ be a contractible complex analytic space. Suppose that $\mathcal{F}$ is a coherent sheaf of $\mathcal{O}_X$-modules. Can we invoke the fact that $X$ is contractible to conclude, in some cases, that $\mathcal{F}$ is isomorphic t...
{"url":"http://mathoverflow.net/questions/131453/sheaves-on-contractible-analytic-spaces","timestamp":"2014-04-16T22:05:04Z","content_type":null,"content_length":"51311","record_id":"<urn:uuid:63ac5a13-385a-43b0-8855-842f134049e7>","cc-path":"CC-MAIN-2014-15/segments/1397609525991.2/warc/CC-MAIN-20140416005205-00379-ip...
SI System Units of Measurement Ppt Presentation SI System Units of Measurement Presentation Description No description available. By: sdsbanks (44 month(s) ago) Please allow me to download this presentation. Thanks By: gaju (57 month(s) ago) pls allow to download By: marcialbap (58 month(s) ago) I am a teacher he...
{"url":"http://www.authorstream.com/Presentation/acurry26-82863-si-system-units-measurement-education-ppt-powerpoint/","timestamp":"2014-04-19T22:19:19Z","content_type":null,"content_length":"185930","record_id":"<urn:uuid:86449091-8281-416b-8df2-88f7c7616854>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/...
Is there a built-in Python vector class? - APIs and Tools import mathclass Vector: 'Represents a 2D vector.' def __init__(self, x = 0, y = 0): self.x = float(x) self.y = float(y) def __add__(self, val): return Point( self[0] + val[0], self[1] + val[1] ) def __sub__(self,val): return Point( self[0] - val[0], self[1] - v...
{"url":"http://www.gamedev.net/topic/486122-is-there-a-built-in-python-vector-class/","timestamp":"2014-04-21T09:50:49Z","content_type":null,"content_length":"104693","record_id":"<urn:uuid:26c7eab5-0a3d-4032-9676-f9a88e3c01c1>","cc-path":"CC-MAIN-2014-15/segments/1397609539705.42/warc/CC-MAIN-20140416005219-00594-ip-1...
wgrib2: -set_bin_prec The values at the grid points points are stared in a general format, Y = (R + i*2**B)*(10**D) R = reference value i = integer, 0..2**N-1 N = binary bit precision B = binary scaling D = decimal scaling There are 3 sytems for storing the number which I have called ECMWF convention: D = 0...
{"url":"http://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/set_bin_prec.html","timestamp":"2014-04-17T03:50:15Z","content_type":null,"content_length":"11431","record_id":"<urn:uuid:df544477-52bd-4d9f-87be-13c681414baf>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00269-ip-10-147-4-...
Call a function by an external application without opening a new instance of Matlab up vote 3 down vote favorite Is there a way to call Matlab functions from outside, in particular by the Windows cmd (but also the Linux terminal, LUA-scripts, etc...), WITHOUT opening a new instance of Matlab each time? for example in c...
{"url":"http://stackoverflow.com/questions/18781803/call-a-function-by-an-external-application-without-opening-a-new-instance-of-mat","timestamp":"2014-04-25T08:01:28Z","content_type":null,"content_length":"87796","record_id":"<urn:uuid:7565d338-b4e7-4992-93f7-0163d4986318>","cc-path":"CC-MAIN-2014-15/segments/13982232...
All together now – Confirmatory Factor Analysis in R December 8, 2010 By gerhi Describing multivariate data is not easy. Especially, if you think that statisticians have not developed any new tools after the ANOVA and principal component analysis (PCA). For social and experimental scientists the most important new tech...
{"url":"http://www.r-bloggers.com/all-together-now-confirmatory-factor-analysis-in-r/","timestamp":"2014-04-20T10:51:59Z","content_type":null,"content_length":"39009","record_id":"<urn:uuid:44635277-d039-48d5-a335-189be2105a47>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00142-ip-1...
MHEL -- Blogmeister Module Math Letter Dear Mom and Dad, My class has just finished learning about module 1 in the textbook. In Module 1 we reviewed many subjects including the order of operations, bar and line graphs, and probability. Module 1 allowed us to re-enforce our knowledge about many basic subjects. During Mo...
{"url":"http://classblogmeister.com/blog.php?blog_id=998672&mode=comment&blogger_id=327089&cmmt=yes","timestamp":"2014-04-21T02:09:44Z","content_type":null,"content_length":"28651","record_id":"<urn:uuid:9208ea14-2387-4454-8a46-b6db4e2d75a5>","cc-path":"CC-MAIN-2014-15/segments/1397609539447.23/warc/CC-MAIN-20140416005...
Math Forum Discussions Math Forum Ask Dr. Math Internet Newsletter Teacher Exchange Search All of the Math Forum: Views expressed in these public forums are not endorsed by Drexel University or The Math Forum. Topic: Big circles on S^3 Replies: 0 Big circles on S^3 Posted: Oct 22, 2010 12:16 PM *Let S^k be the unit ...
{"url":"http://mathforum.org/kb/thread.jspa?threadID=2160930","timestamp":"2014-04-17T16:11:37Z","content_type":null,"content_length":"14405","record_id":"<urn:uuid:82d81cb9-7bae-4319-bf0e-3237b806f38d>","cc-path":"CC-MAIN-2014-15/segments/1397609530136.5/warc/CC-MAIN-20140416005210-00557-ip-10-147-4-33.ec2.internal.wa...
the definition of unified field theory any field theory, especially Einstein's, that attempts to combine the gravitational and electromagnetic fields in a single mathematical framework, thus extending the general theory of relativity. unified field theory any theory capable of describing in one set of equations the...
{"url":"http://dictionary.reference.com/browse/unified+field+theory","timestamp":"2014-04-16T04:32:18Z","content_type":null,"content_length":"93989","record_id":"<urn:uuid:7a796524-94ef-4900-8d8d-ea7a14cdfd4e>","cc-path":"CC-MAIN-2014-15/segments/1397609521512.15/warc/CC-MAIN-20140416005201-00396-ip-10-147-4-33.ec2.int...
cards, and balls in bags questions March 2nd 2009, 10:08 AM cards, and balls in bags questions 1. elvalute 3(5 choose 2)+3! 2. five red cards are number 1 to 5 and seven blue cards are numbered 1 to 7 (a)in how many diffrent ways can be 2 cards be selected (b) in how many ways can 2 cards be seclected i...
{"url":"http://mathhelpforum.com/statistics/76611-cards-balls-bags-questions-print.html","timestamp":"2014-04-18T05:56:54Z","content_type":null,"content_length":"5889","record_id":"<urn:uuid:30eeaa8c-f819-4f94-9ac2-64e76d5dcf58>","cc-path":"CC-MAIN-2014-15/segments/1397609532573.41/warc/CC-MAIN-20140416005212-00510-ip-...
How do i convert a int to a binary with bitwise operators only? Join Date May 2010 Rep Power What you exactly means by bitwise operator? What's your exact requirement also, because to convert the int into binary string you have several other approaches as well. Join Date May 2010 ...
{"url":"http://www.java-forums.org/new-java/29088-how-do-i-convert-int-binary-bitwise-operators-only.html","timestamp":"2014-04-23T09:35:35Z","content_type":null,"content_length":"148825","record_id":"<urn:uuid:82782011-64b4-4edd-8ed7-a62655a5379b>","cc-path":"CC-MAIN-2014-15/segments/1398223202457.0/warc/CC-MAIN-20140...
the first resource for mathematics Global behaviour of solutions of cyclic systems of order 2 or 3 generalized Lyness’ difference equations and of other more general equations of higher order. (English) Zbl 1247.37037 The authors consider several cyclic systems of difference equations of order 2 or 3 or higher order an...
{"url":"http://zbmath.org/?q=an:1247.37037","timestamp":"2014-04-20T06:04:31Z","content_type":null,"content_length":"28002","record_id":"<urn:uuid:b9ce9908-300c-4ff5-92a1-c54752e27534>","cc-path":"CC-MAIN-2014-15/segments/1398223206120.9/warc/CC-MAIN-20140423032006-00576-ip-10-147-4-33.ec2.internal.warc.gz"}
Celebrating Math Awareness Month - NCTM's technology themed annual conference CLIME Connections continues to chronicle the road to the Final Four days of the 2011-2012 NCTM's Technology themed conferences culminating in Philadelphia this month. It all started last fall with the regional conference in Atlantic City wher...
{"url":"http://climeconnections.blogspot.com/2012/04/celebrating-math-awareness-month-nctms.html","timestamp":"2014-04-16T04:27:31Z","content_type":null,"content_length":"138568","record_id":"<urn:uuid:ee4db851-1101-4236-b208-c7619085f97d>","cc-path":"CC-MAIN-2014-15/segments/1397609521512.15/warc/CC-MAIN-2014041600520...
Inventory control is a problem frequently faced by the industrial world, particularly manufacture industries. Inventory must be controlled as it is related to high and complex production costs. On the one hand, lack of inventory may hinder production activities; on the other hand, over inventory may increase high wareh...
{"url":"http://ejurnal.ung.ac.id/index.php/JT/article/view/233","timestamp":"2014-04-17T09:56:04Z","content_type":null,"content_length":"15406","record_id":"<urn:uuid:e53e9482-d7bb-4f6f-9d61-f57b244a5a88>","cc-path":"CC-MAIN-2014-15/segments/1397609527423.39/warc/CC-MAIN-20140416005207-00083-ip-10-147-4-33.ec2.internal...
Outcomes Assessment KENT STATE UNIVERSITY DEPARTMENT OF MATHEMATICAL SCIENCES ...
{"url":"http://www.math.kent.edu/~white/assessment/","timestamp":"2014-04-19T15:08:11Z","content_type":null,"content_length":"6292","record_id":"<urn:uuid:a165ecf3-a9d6-4d96-b2fb-39e13761227c>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00298-ip-10-147-4-33.ec2.internal.warc.gz"}
Making Choices July 30, 2013 The Axiom Of Choice, some history, some ideas Gregory Moore is a historian of mathematical logic. One connection he has to things dear to us is that he edited the first two volumes of Kurt Gödel’s Collected Works, as well as some of the work of Bertrand Russell. Today I want to talk about m...
{"url":"http://rjlipton.wordpress.com/2013/07/30/making-choices/","timestamp":"2014-04-18T00:22:54Z","content_type":null,"content_length":"128840","record_id":"<urn:uuid:5557dc5a-0dcb-4a68-aad8-6d9abee16dbe>","cc-path":"CC-MAIN-2014-15/segments/1397609532374.24/warc/CC-MAIN-20140416005212-00230-ip-10-147-4-33.ec2.inter...
SANParks.org Forums Nice references too! The two Scholes's (Mary and Bob) are extraordinary scientists! Two people whose words should always be taken very seriously! as they will always be valuable. Anyone interested in more on the dynamic interactions between trees and grasses should have a look at this paper (you are...
{"url":"http://www.sanparks.org/forums/feed.php?f=149&t=63857","timestamp":"2014-04-17T00:55:33Z","content_type":null,"content_length":"11720","record_id":"<urn:uuid:a450db53-246d-44fb-a8ac-ec3ea8607561>","cc-path":"CC-MAIN-2014-15/segments/1397609526102.3/warc/CC-MAIN-20140416005206-00515-ip-10-147-4-33.ec2.internal.w...
Sudarno, Sudarno (2008) PERTIDAKSAMAAN AZUMA PADA MARTINGALE UNTUK MENENTUKAN SUPREMUM PELUANG. Jurnal Matematika dan Komputer, 10 (2). pp. 66-72. ISSN 1410-8518 Microsoft Word - Published Version Counting probability a two-tailed hypothesis determine level of the significance. This case follows positive and negative...
{"url":"http://eprints.undip.ac.id/1859/","timestamp":"2014-04-19T22:36:58Z","content_type":null,"content_length":"16824","record_id":"<urn:uuid:8247470c-628e-41d9-84fa-3d2c4c0a5f0e>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/CC-MAIN-20140416005217-00372-ip-10-147-4-33.ec2.internal.warc.gz"}
The Number of Fixed Points of Wilf's Partition Involution Wilf partitions are partitions of an integer $n$ in which all nonzero multiplicities are distinct. On his webpage, the late Herbert Wilf posed the problem to find "any interesting theorems" about the number $f(n)$ of those partitions. Recently, Fill, Janson and ...
{"url":"http://www.combinatorics.org/ojs/index.php/eljc/article/view/v20i4p13","timestamp":"2014-04-19T22:57:20Z","content_type":null,"content_length":"16112","record_id":"<urn:uuid:a05c9276-8515-4848-866a-29c9b5925a4f>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/CC-MAIN-20140416005217-00195-ip-10-147-4-...
How do air molecules rebound? A better analogy might be the fully elastic interation of two opposing magnets approaching each other on a firctionless surface. They will not physically collide, but there will be a collision like reaction, with preservation of momentum and of kinetic energy. Even without a collision, the...
{"url":"http://www.physicsforums.com/showthread.php?t=251859","timestamp":"2014-04-18T08:25:58Z","content_type":null,"content_length":"32575","record_id":"<urn:uuid:c9da219f-ef20-4b87-9697-4c44ab4354a0>","cc-path":"CC-MAIN-2014-15/segments/1397609533121.28/warc/CC-MAIN-20140416005213-00210-ip-10-147-4-33.ec2.internal.w...
Copyright © University of Cambridge. All rights reserved. 'National Flags' printed from http://nrich.maths.org/ During an Olympic Games many national flags are on display. Here's a chance to investigate some of them. Pick a flag and investigate some of the following:- What shapes can you see in it? Can you describe t...
{"url":"http://nrich.maths.org/7749/index?nomenu=1","timestamp":"2014-04-18T18:28:08Z","content_type":null,"content_length":"4239","record_id":"<urn:uuid:2474cb21-d56a-423b-b6fb-994e50d29754>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.7/warc/CC-MAIN-20140416005215-00248-ip-10-147-4-33.ec2.internal.warc.gz"}
[FOM] 449: Maximal Sets and Large Cardinals I Harvey Friedman friedman at math.ohio-state.edu Sat Dec 4 18:00:57 EST 2010 In the series Kernels and Large Cardinals I-IV, kernels represent a strong kind of maximal set. We have isolated this strong maximality, which we call LOCAL MAXIMALITY. It applies well to arbitrary ...
{"url":"http://www.cs.nyu.edu/pipermail/fom/2010-December/015157.html","timestamp":"2014-04-20T08:19:51Z","content_type":null,"content_length":"14124","record_id":"<urn:uuid:85877d2d-bba4-4220-b3c7-e2d33b136bfc>","cc-path":"CC-MAIN-2014-15/segments/1397609538110.1/warc/CC-MAIN-20140416005218-00246-ip-10-147-4-33.ec2.in...
2006-2007 UAF Catalog College of Natural Science and Mathematics Department of Mathematics and Statistics (907) 474-7332 B.A., B.S., M.A.T., M.S., Ph.D. Degrees Minimum Requirements for Degrees: 120 credits Downloadable PDF (65K) The number of new fields in which professional mathematicians find employment grows contin...
{"url":"http://www.uaf.edu/catalog/catalog_06-07/programs/math.html","timestamp":"2014-04-18T10:49:47Z","content_type":null,"content_length":"11711","record_id":"<urn:uuid:9e853c90-d9cc-420d-9e51-d345ec3ea8c4>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00187-ip-10-147-4-33.ec2.int...
Math Forum: Teacher2Teacher - Q&A #1533 View entire discussion From: Claudia (for Teacher2Teacher Service) Date: May 10, 1999 at 20:12:18 Subject: Re: Fractions Since you did not mention the age of your son, I am going to offer a basic step in the understanding of fractions. Use construction paper strips cut from the l...
{"url":"http://mathforum.org/t2t/message.taco?thread=1533&message=3","timestamp":"2014-04-17T07:21:42Z","content_type":null,"content_length":"6437","record_id":"<urn:uuid:98f5926e-8b35-4262-9f2d-6c4899c63708>","cc-path":"CC-MAIN-2014-15/segments/1397609526311.33/warc/CC-MAIN-20140416005206-00393-ip-10-147-4-33.ec2.inte...
Transactions of the American Mathematical Society ISSN 1088-6850(online) ISSN 0002-9947(print) The periodic Euler-Bernoulli equation Author: V...
{"url":"http://www.ams.org/journals/tran/2003-355-09/S0002-9947-03-03315-4/","timestamp":"2014-04-25T04:43:56Z","content_type":null,"content_length":"75362","record_id":"<urn:uuid:aaf0fa9e-b933-4b10-b919-c9131cd33f26>","cc-path":"CC-MAIN-2014-15/segments/1398223207985.17/warc/CC-MAIN-20140423032007-00559-ip-10-147-4-33...
First Sign of Madness Our neighbourhood is a cat neighbourhood. Walking along the streets at dusk or after dark, you can see at least a small handful of local cats prowling around or sitting smugly on their owners' driveways soaking up the last bit of heat of the day. So it didn't come as any surprise to me that every ...
{"url":"http://firstsignofmadness.blogspot.com/","timestamp":"2014-04-17T09:54:31Z","content_type":null,"content_length":"160373","record_id":"<urn:uuid:da08f23d-76dc-4b15-87fe-d6c520e5cf5e>","cc-path":"CC-MAIN-2014-15/segments/1397609527423.39/warc/CC-MAIN-20140416005207-00334-ip-10-147-4-33.ec2.internal.warc.gz"}
How Big is a Bignum? Ruby represents small integers using Fixnum and large integers using Bignum. Most of us don’t use Ruby to perform complex calculations for science, engineering or cryptography applications; instead, we might turn to R, Matlab or some other programming language or tool for that sort of thing. When w...
{"url":"http://patshaughnessy.net/2014/1/9/how-big-is-a-bignum","timestamp":"2014-04-19T01:54:46Z","content_type":null,"content_length":"19427","record_id":"<urn:uuid:28f5e9ef-d3d5-4d2f-adc4-8b809229a0fe>","cc-path":"CC-MAIN-2014-15/segments/1397609535745.0/warc/CC-MAIN-20140416005215-00155-ip-10-147-4-33.ec2.internal....
Z94.7 ENGINEERING ECONOMY | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | PAYBACK PERIOD. (1) Regarding an invest...
{"url":"http://www.iienet.org/Details.aspx?id=1934","timestamp":"2014-04-19T02:51:58Z","content_type":null,"content_length":"119168","record_id":"<urn:uuid:49fb4dcb-0311-442d-9d3d-f653e26fff6d>","cc-path":"CC-MAIN-2014-15/segments/1398223202548.14/warc/CC-MAIN-20140423032002-00075-ip-10-147-4-33.ec2.internal.warc.gz"}
Quinn on Higher-Dimensional Algebra Posted by David Corfield Frank Quinn kindly wrote to me to point out an essay he is working on – The Nature of Contemporary Core Mathematics (version 0.92). Quinn will be known to many readers here as a mathematician who has worked in low-dimensional topology, and as one of the autho...
{"url":"http://golem.ph.utexas.edu/category/2010/05/quinn_on_higherdimensional_alg.html","timestamp":"2014-04-19T19:33:48Z","content_type":null,"content_length":"71613","record_id":"<urn:uuid:591d1fb0-7d1f-4c2c-aed7-9ccc7befb451>","cc-path":"CC-MAIN-2014-15/segments/1398223206118.10/warc/CC-MAIN-20140423032006-00423-ip...
Math Forum Discussions Math Forum Ask Dr. Math Internet Newsletter Teacher Exchange Search All of the Math Forum: Views expressed in these public forums are not endorsed by Drexel University or The Math Forum. Topic: This Week's Finds in Mathematical Physics (Week 112) Replies: 9 Last Post: Nov 29, 1997 6:06 PM ...
{"url":"http://mathforum.org/kb/thread.jspa?messageID=100535&tstart=0","timestamp":"2014-04-18T05:32:31Z","content_type":null,"content_length":"51948","record_id":"<urn:uuid:379fafc7-8ebe-403e-9a58-3f2ab9d3dc62>","cc-path":"CC-MAIN-2014-15/segments/1397609532573.41/warc/CC-MAIN-20140416005212-00486-ip-10-147-4-33.ec2.i...
Regularization paTH for LASSO problem (thalasso) thalasso solves problems of the following form: minimize 1/2||X*beta-y||^2 + lambda*sum|beta_i|, where X and y are problem data and beta and lambda are variables. CALLING SEQUENCES [lambdas,betas,supports,alphas]=thalasso(X,y[,tolerance[...
{"url":"http://www.mloss.org/software/view/475/","timestamp":"2014-04-19T12:06:57Z","content_type":null,"content_length":"9079","record_id":"<urn:uuid:e6f42643-0e5b-4c00-913c-5b8a3ea9ab2e>","cc-path":"CC-MAIN-2014-15/segments/1397609537186.46/warc/CC-MAIN-20140416005217-00384-ip-10-147-4-33.ec2.internal.warc.gz"}
<i>Everything and More</i> by David Foster WallaceEverything and More by David Foster Wallace The best way– really, the only way– to sum up David Foster Wallace’s Everything and More: A Brief History of ∞ is by quoting a bit from it. This comes from the middle part of the book, after a discussion of Fourier series, in ...
{"url":"http://scienceblogs.com/principles/2008/10/05/everything-and-more-by-david-f/","timestamp":"2014-04-19T17:46:19Z","content_type":null,"content_length":"89022","record_id":"<urn:uuid:25968f54-9b0c-4ddd-a58a-bd09798a664f>","cc-path":"CC-MAIN-2014-15/segments/1398223203235.2/warc/CC-MAIN-20140423032003-00087-ip-10...
Lamirada, CA Math Tutor Find a Lamirada, CA Math Tutor I am a college student at Fullerton College. I am looking to earn some extra money in order to pay for textbooks and classes. I prefer to tutor in math. 22 Subjects: including precalculus, soccer, algebra 1, algebra 2 ...While I apply for medical school ove...
{"url":"http://www.purplemath.com/Lamirada_CA_Math_tutors.php","timestamp":"2014-04-17T11:03:41Z","content_type":null,"content_length":"23766","record_id":"<urn:uuid:73fbd609-d0fb-44e8-b052-280447cd6817>","cc-path":"CC-MAIN-2014-15/segments/1398223202457.0/warc/CC-MAIN-20140423032002-00023-ip-10-147-4-33.ec2.internal.w...
Things to Note Next: Anomalous Dispersion, and Resonant Up: Dispersion Previous: Dynamic Case Contents Before we go on, we should understand a few things: 1. complex! The imaginary part is explicitly connected to the damping constant. 2. Consequently we can now see how the index of refraction can be also be ...
{"url":"http://www.phy.duke.edu/~rgb/Class/Electrodynamics/Electrodynamics/node53.html","timestamp":"2014-04-18T18:23:13Z","content_type":null,"content_length":"6950","record_id":"<urn:uuid:907a1538-2b84-4964-8b38-97713f600942>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.7/warc/CC-MAIN-20140416005215-00067-ip-10...
{-# LANGUAGE DeriveDataTypeable #-} Copyright (C) 2009 John MacFarlane <jgm@berkeley.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later...
{"url":"http://hackage.haskell.org/package/texmath-0.6.0.1/docs/src/Text-TeXMath-Types.html","timestamp":"2014-04-17T01:45:18Z","content_type":null,"content_length":"12292","record_id":"<urn:uuid:1bcf6ea7-17ca-48b2-a08f-d6b26327e442>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-0016...
Quotient of complex numbers in polar form? April 28th 2011, 02:56 PM #1 Senior Member Dec 2010 Quotient of complex numbers in polar form? Can anyone help me with this problem? Use polar form find the quotient express the result in rectangular form (-4\sqrt{2} + 4\sqrt{2i}) divided by (6+6i) So far...
{"url":"http://mathhelpforum.com/pre-calculus/178906-quotient-complex-numbers-polar-form.html","timestamp":"2014-04-23T16:15:56Z","content_type":null,"content_length":"75965","record_id":"<urn:uuid:fe9eb39a-ac5c-4a46-9840-9ab50c908ee6>","cc-path":"CC-MAIN-2014-15/segments/1398223202774.3/warc/CC-MAIN-20140423032002-006...
This Article Bibliographic References Add to: ASCII Text x Thang Nguyen Bui, Byung Ro Moon, "Genetic Algorithm and Graph Partitioning," IEEE Transactions on Computers, vol. 45, no. 7, pp. 84...
{"url":"http://www.computer.org/csdl/trans/tc/1996/07/t0841-abs.html","timestamp":"2014-04-17T11:32:15Z","content_type":null,"content_length":"59635","record_id":"<urn:uuid:82117f8b-65bb-4ee9-86aa-7349699e7485>","cc-path":"CC-MAIN-2014-15/segments/1398223201753.19/warc/CC-MAIN-20140423032001-00617-ip-10-147-4-33.ec2.in...
How does CoffeeScript decide function parameter priorities? up vote 1 down vote favorite Suppose we have 3 functions: times, plus and minus. They do what their name suggest. We then create the following line in JavaScript: times(plus(1,2) ,minus(5,2)); When written in CoffeeScript, it's: times plus 1,2 , minus 5,2 And ...
{"url":"http://stackoverflow.com/questions/7890152/how-does-coffeescript-decide-function-parameter-priorities","timestamp":"2014-04-18T12:01:12Z","content_type":null,"content_length":"69003","record_id":"<urn:uuid:e0d0fb55-8166-40f0-b03a-854dcd9c19df>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-2...
How you demonstrate the limit is pie3^.5/18 without hospital and with antiderivative in sequence... - Homework Help - eNotes.com How you demonstrate the limit is pie3^.5/18 without hospital and with antiderivative in sequence n/(3n^2+1)+n/(3n^2+4)+---+n/(3n^2+n^2), n go to infinite sign? `` `=lim_(n->oo)(1/n){1/(3+(1...
{"url":"http://www.enotes.com/homework-help/how-you-demonstrate-limit-pie3-5-18-without-424570","timestamp":"2014-04-21T06:19:49Z","content_type":null,"content_length":"24959","record_id":"<urn:uuid:851c3734-d1ce-4dc4-a20e-7a076701aae7>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-0...
Notes from the Incoming Editor I am very happy to be the new editor of JOMA, and I am looking forward to this exciting new opportunity. Before I say anything else, I know that everyone concerned with JOMA--the authors, readers, editors, and reviewers--will join me in thanking David Smith for his enormous contributions ...
{"url":"http://www.maa.org/publications/periodicals/loci/joma/notes-from-the-incoming-editor","timestamp":"2014-04-17T20:37:47Z","content_type":null,"content_length":"98067","record_id":"<urn:uuid:c9014f45-de37-4db5-929d-b34668e560e8>","cc-path":"CC-MAIN-2014-15/segments/1397609530895.48/warc/CC-MAIN-20140416005210-001...
STP Textbook: Table of Contents Statistical and Thermal Physics Related Resources relation created by Anne Cox This chapter of the STP Textbook introduces concepts of statistical mechanics and its connections to classical mechanics. relation created by Anne Cox This chapter of the STP textbook introduces concepts of t...
{"url":"http://www.compadre.org/STP/items/Relations.cfm?ID=7350","timestamp":"2014-04-18T23:50:31Z","content_type":null,"content_length":"15367","record_id":"<urn:uuid:2b640e7b-d1b6-4e2e-bc28-6fa6456772f3>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00090-ip-10-147-4-33.ec2.internal...
Ingleside, IL Algebra 1 Tutor Find a Ingleside, IL Algebra 1 Tutor ...I have both lived and taught (English as foreign language) in France, and enjoy helping students from all different backgrounds. I graduated from Missouri State University with a 3.62 overall (4 point scale), so I feel that I am qualified to tuto...
{"url":"http://www.purplemath.com/ingleside_il_algebra_1_tutors.php","timestamp":"2014-04-17T01:06:55Z","content_type":null,"content_length":"24244","record_id":"<urn:uuid:5534d987-8e44-4676-b55b-cbc1be2c420b>","cc-path":"CC-MAIN-2014-15/segments/1397609526102.3/warc/CC-MAIN-20140416005206-00163-ip-10-147-4-33.ec2.inte...
Delair, NJ Calculus Tutor Find a Delair, NJ Calculus Tutor ...I am a world-renowned expert in the computer-algebra system and language Maple. I have tutored discrete math many times. I've nearly completed a PhD in math. 11 Subjects: including calculus, statistics, ACT Math, precalculus ...As a Pennsylvania cert...
{"url":"http://www.purplemath.com/Delair_NJ_Calculus_tutors.php","timestamp":"2014-04-21T05:21:52Z","content_type":null,"content_length":"24164","record_id":"<urn:uuid:db551374-3f4b-464d-b643-81b2a925a9fc>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00385-ip-10-147-4-33.ec2.interna...
Essential Data, Budget Sets and Rationalization Forges, Françoise and Iehlé, Vincent (2012): Essential Data, Budget Sets and Rationalization. Download (178Kb) | Preview According to a minimalist version of Afriat’s theorem, a consumer behaves as a utility maximizer if and only if a feasibility matrix associated with ...
{"url":"http://mpra.ub.uni-muenchen.de/36519/","timestamp":"2014-04-19T22:12:23Z","content_type":null,"content_length":"22030","record_id":"<urn:uuid:00f2f1c5-235f-487b-acdb-eee0c9ede81b>","cc-path":"CC-MAIN-2014-15/segments/1398223202774.3/warc/CC-MAIN-20140423032002-00359-ip-10-147-4-33.ec2.internal.warc.gz"}
How Yahoo Calculates the Adjusted Closing Price How Yahoo Calculates the Adjusted Closing Price For calculating adjusted prices, there are commonly two kinds of adjustments to consider -- stock splits and dividends. Stocks splits are straightforward. Since a stock split doesn't change the intrinsic value of the company...
{"url":"http://marubozu.blogspot.com/2006/09/how-yahoo-calculates-adjusted-closing.html","timestamp":"2014-04-16T13:03:31Z","content_type":null,"content_length":"34431","record_id":"<urn:uuid:88454a67-3954-4846-a9a8-b91836afcc81>","cc-path":"CC-MAIN-2014-15/segments/1397609523429.20/warc/CC-MAIN-20140416005203-00434-ip...
Introduction to Non-Linear Optimization In this textbook the author concentrates on presenting the main core of methods in non-linear optimization that have evolved over the past two decades. It is intended primarily for actual or potential practising optimizer who need to know how different methods work, how to select...
{"url":"http://books.google.com/books?id=ivJQAAAAMAAJ&q=passive+constraints&dq=related:ISBN0898712564&lr=&source=gbs_word_cloud_r&cad=6","timestamp":"2014-04-19T09:39:01Z","content_type":null,"content_length":"120513","record_id":"<urn:uuid:fbeb3ccd-1928-4003-9f2e-61742f46d19d>","cc-path":"CC-MAIN-2014-15/segments/1397...
st: How to estimate a model with exponential covariance structure, repro [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] st: How to estimate a model with exponential covariance structure, reproducing a code from SAS From Amado David Quezada Sanchez <amado.quezada@correo.insp.mx> To "'...
{"url":"http://www.stata.com/statalist/archive/2010-02/msg00679.html","timestamp":"2014-04-21T02:03:17Z","content_type":null,"content_length":"7180","record_id":"<urn:uuid:11774355-3b05-4c72-a170-7824d75543a9>","cc-path":"CC-MAIN-2014-15/segments/1397609539447.23/warc/CC-MAIN-20140416005219-00261-ip-10-147-4-33.ec2.int...
The SIR Model for Spread of Disease - Relating Model Parameters to Data The infectious period for Hong Kong Flu is known to average about three days, so our estimate of k = 1/3 is probably not far off. However, our estimate of b was nothing but a guess. Furthermore, a good estimate of the "mixing rate" of the populatio...
{"url":"http://www.maa.org/publications/periodicals/loci/joma/the-sir-model-for-spread-of-disease-relating-model-parameters-to-data","timestamp":"2014-04-21T07:18:39Z","content_type":null,"content_length":"100231","record_id":"<urn:uuid:ad629e8d-4553-442a-a79f-ef8b10308434>","cc-path":"CC-MAIN-2014-15/segments/13976095...
Normal approximation to the binomial distribution March 16th 2010, 03:59 PM #1 Feb 2010 Hi, I had this question in an exam and I couldn't find the answer! can someone help me plz ! The rule of thumb states that the normal approcimation to the binomial distribution is adequate if 0< p- 3 SQRT(pq/n) and p+ 3S...
{"url":"http://mathhelpforum.com/advanced-statistics/134139-normal-approximation-binomial-distribution.html","timestamp":"2014-04-21T08:12:53Z","content_type":null,"content_length":"29892","record_id":"<urn:uuid:77e1eabe-da5a-46eb-a736-b2126706a411>","cc-path":"CC-MAIN-2014-15/segments/1397609539665.16/warc/CC-MAIN-201...
circle graph in a sentence Example sentences for circle graph The instructor describes the attributes of a circle graph and demonstrates how the sectors are determined. These percentages will be used to create a circle graph. Looking at the circle graph decide the percents that the different sections of the circle grap...
{"url":"http://www.reference.com/example-sentences/circle-graph","timestamp":"2014-04-19T15:28:59Z","content_type":null,"content_length":"21716","record_id":"<urn:uuid:b713c3e2-2c84-4570-8435-edc4f90888b7>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00044-ip-10-147-4-33.ec2.internal...
Factorising a quadratic February 5th 2011, 09:03 AM Factorising a quadratic I need help with factorising the following: a) (c+d)^2 - d^2 I got c^2 + 2cd + d^2 - d^2 which is equal to c^2 + 2cd, is this correct please? b) 2w^2 + w - 3 How do you do this again please (need simple and clear advice)? Th...
{"url":"http://mathhelpforum.com/algebra/170259-factorising-quadratic-print.html","timestamp":"2014-04-16T16:10:27Z","content_type":null,"content_length":"9766","record_id":"<urn:uuid:58c87ff5-18ba-4636-a82a-6b6bc65bd431>","cc-path":"CC-MAIN-2014-15/segments/1397609524259.30/warc/CC-MAIN-20140416005204-00498-ip-10-147-...
AIMS Home Energy variational approach to study charge inversion (layering) near charged walls - 2743, Volume 17, Issue 8, November 2012 doi:10.3934/dcdsb.2012.17.2725 Related Articles YunKyong Hyon - Department of Mechanical Engineering, University of Nevada, Reno, Reno, NV 89557, United States (email) James E. Fon...
{"url":"http://www.aimsciences.org/journals/displayArticles.jsp?paperID=7498","timestamp":"2014-04-19T09:24:37Z","content_type":null,"content_length":"13351","record_id":"<urn:uuid:447e250e-473d-4ee2-bf1a-9b6ed82950f7>","cc-path":"CC-MAIN-2014-15/segments/1397609537097.26/warc/CC-MAIN-20140416005217-00367-ip-10-147-4-3...
U.S. heat over the past 13 months: a one in 1.6 million event [UPDATED] Each of the 13 months from June 2011 through June 2012 ranked among the warmest third of their historical distribution for the first time in the 1895 – present record. According to NCDC, the odds of this occurring randomly during any partic...
{"url":"http://planet3.org/2012/07/09/u-s-heat-over-the-past-13-months-a-one-in-1-6-million-event/","timestamp":"2014-04-19T09:25:30Z","content_type":null,"content_length":"78907","record_id":"<urn:uuid:fad945b3-67a3-45de-981f-3e96407cff2d>","cc-path":"CC-MAIN-2014-15/segments/1397609537097.26/warc/CC-MAIN-201404160052...
Summary: Valuations of rational solutions of linear difference equations at irreducible polynomials A. Gheffara , S. Abramovb XLIM, Universit´e de Limoges, CNRS, 123, Av. A. Thomas, 87060, Limoges Cedex, Computing Centre of the Russian Academy of Sciences, ul. Vavilova, 40, Moscow 119991, GSP-1, Russia We discuss two a...
{"url":"http://www.osti.gov/eprints/topicpages/documents/record/415/4783612.html","timestamp":"2014-04-18T16:00:00Z","content_type":null,"content_length":"8246","record_id":"<urn:uuid:23d1a078-8d40-4ea8-a2f1-7f87f35e7933>","cc-path":"CC-MAIN-2014-15/segments/1398223204388.12/warc/CC-MAIN-20140423032004-00294-ip-10-147-...
Last Call for TI Chicago Conference Whether you are a graphing calculator enthusiast, a math teacher, a math enthusiast, a math student or a math hobbiest, there is something to engage and interest you at the TI Conference in Chicago starting Friday, March 2nd 2012. The keynote speaker this year is Dr. David A. Sousa...
{"url":"http://math.about.com/b/2012/02/25/last-call-for-ti-chicago-conference.htm","timestamp":"2014-04-20T00:41:58Z","content_type":null,"content_length":"38975","record_id":"<urn:uuid:77fc6eb4-a269-4986-8cc7-84a2b1a06541>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00000-ip-10-14...
Got Homework? Connect with other students for help. It's a free community. • across MIT Grad Student Online now • laura* Helped 1,000 students Online now • Hero College Math Guru Online now Here's the question you clicked on: On a true-false test, each question has exactly one correct an...
{"url":"http://openstudy.com/updates/517cfd99e4b0be6b54ab1d6e","timestamp":"2014-04-18T14:19:35Z","content_type":null,"content_length":"51889","record_id":"<urn:uuid:bbf65595-0acb-4b53-8053-6e61f8d293ca>","cc-path":"CC-MAIN-2014-15/segments/1398223206770.7/warc/CC-MAIN-20140423032006-00039-ip-10-147-4-33.ec2.internal.w...
Need help on maximum/minimum values November 7th 2009, 04:49 PM Need help on maximum/minimum values I am having some trouble on one of my homework problems. I can't figure out what the equation should be. Any help you can give will be wonderful!! A racer can cycle around a circular loop at the rate of 2 revolut...
{"url":"http://mathhelpforum.com/calculus/113061-need-help-maximum-minimum-values-print.html","timestamp":"2014-04-20T02:29:12Z","content_type":null,"content_length":"6275","record_id":"<urn:uuid:ff37be22-ea09-4ab9-bf49-70c4b17ee50e>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00601...
Tommaso Boggio Born: 22 December 1877 in Valperga Canavese, Italy Died: 25 May 1963 in Turin, Italy ...
{"url":"http://www-history.mcs.st-andrews.ac.uk/Biographies/Boggio.html","timestamp":"2014-04-18T21:01:43Z","content_type":null,"content_length":"21659","record_id":"<urn:uuid:b383b12a-4edb-4d9a-976a-29335c0e69cc>","cc-path":"CC-MAIN-2014-15/segments/1398223204388.12/warc/CC-MAIN-20140423032004-00401-ip-10-147-4-33.ec2...
Fair Lawn Algebra Tutor Find a Fair Lawn Algebra Tutor ...My years of teaching were very enjoyable and worthwhile. I always had good results with my students. At this time, I wish to remain productive by doing some Physics tutoring. 7 Subjects: including algebra 1, algebra 2, physics, geometry ...I have seen nu...
{"url":"http://www.purplemath.com/Fair_Lawn_Algebra_tutors.php","timestamp":"2014-04-18T18:40:35Z","content_type":null,"content_length":"23623","record_id":"<urn:uuid:5b92a1eb-d503-4f04-9be6-afb0fdb5bffd>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00270-ip-10-147-4-33.ec2.internal...
Calculus Projects! Or, How to Combat Senioritis. The year is coming to a close and I’ve found something to entertain my seniors. They’re taking regular calculus. More than likely, most of them will never take a math class again. If they are going to take math in college, chances are they’re going to be taking calculus ...
{"url":"http://samjshah.com/2008/05/13/calculus-projects/","timestamp":"2014-04-17T21:23:15Z","content_type":null,"content_length":"95661","record_id":"<urn:uuid:2ba0b4c2-691f-464a-a3d2-565d51a313bd>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00338-ip-10-147-4-33.ec2.internal.warc...
Lansdowne Calculus Tutor ...The math praxis covers the material that I teach in my classroom everyday (8th grade math), and I have several textbooks to help guide teachers-to-be through the studying process. I have also held tutoring sessions with fellow teachers seeking certification in math in order to help them ...
{"url":"http://www.purplemath.com/Lansdowne_calculus_tutors.php","timestamp":"2014-04-18T00:58:54Z","content_type":null,"content_length":"23910","record_id":"<urn:uuid:2a610460-0048-4bc7-aa81-7b8089065d6e>","cc-path":"CC-MAIN-2014-15/segments/1397609532374.24/warc/CC-MAIN-20140416005212-00038-ip-10-147-4-33.ec2.interna...
The Barnes G function and its relations with sums and products of generalized Gamma variables, Electron , 706 "... Abstract. In this paper, we propose a probabilistic approach to the study of the characteristic polynomial of a random unitary matrix. We recover the Mellin Fourier transform of such a random polynomial, f...
{"url":"http://citeseerx.ist.psu.edu/showciting?cid=13950086","timestamp":"2014-04-18T22:14:48Z","content_type":null,"content_length":"18135","record_id":"<urn:uuid:ea271472-316c-4fdf-a65a-c7b578e4d5ca>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00315-ip-10-147-4-33.ec2.internal.wa...
Results 1 - 10 of 81 - Journal of the ACM , 2001 "... This paper describes an implementation of narrowing, an essential component of implementations of modern functional logic languages. These implementations rely on narrowing, in particular on some optimal narrowing strategies, to execute functional logic programs. We...
{"url":"http://citeseerx.ist.psu.edu/showciting?cid=81115","timestamp":"2014-04-18T11:55:50Z","content_type":null,"content_length":"36345","record_id":"<urn:uuid:ffd06696-dbec-42c3-9feb-04877b28feaa>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-20140416005213-00157-ip-10-147-4-33.ec2.internal.warc...
6: Relations in Space and Time Space, Time and Deity 1: Space-Time Chapter 6: Relations in Space and Time Samuel Alexander Spacial relations exist within Space itself THAT was a profound maxim of Hume, when inquiring into the value or the real existence of an idea to seek for the impression to which the idea correspond...
{"url":"http://www.brocku.ca/MeadProject/Alexander/Alexander_06.html","timestamp":"2014-04-19T09:42:55Z","content_type":null,"content_length":"46788","record_id":"<urn:uuid:f977eef7-2512-4156-babc-36243632a106>","cc-path":"CC-MAIN-2014-15/segments/1397609537097.26/warc/CC-MAIN-20140416005217-00551-ip-10-147-4-33.ec2.in...
What's new You are currently browsing the monthly archive for November 2008. One of my favourite family of conjectures (and one that has preoccupied a significant fraction of my own research) is the family of Kakeya conjectures in geometric measure theory and harmonic analysis. There are many (not quite equivalent) co...
{"url":"https://terrytao.wordpress.com/2008/11/","timestamp":"2014-04-17T13:09:58Z","content_type":null,"content_length":"159978","record_id":"<urn:uuid:ad0d10b3-9d5e-4335-b9be-636c064e152b>","cc-path":"CC-MAIN-2014-15/segments/1397609530131.27/warc/CC-MAIN-20140416005210-00469-ip-10-147-4-33.ec2.internal.warc.gz"}
Erwin Rudolf Josef Alexander Schrödinger Born: 12 August 1887 in Erdberg, Vienna, Austria Died: 4 January 1961 in Vienna, Austria ...
{"url":"http://www-groups.dcs.st-and.ac.uk/~history/Biographies/Schrodinger.html","timestamp":"2014-04-18T18:18:49Z","content_type":null,"content_length":"33533","record_id":"<urn:uuid:ce95d456-136e-483b-b1ff-e7a2cf341347>","cc-path":"CC-MAIN-2014-15/segments/1398223206120.9/warc/CC-MAIN-20140423032006-00445-ip-10-147-...
Mplus Discussion >> Simple multilevel problem (?) Anonymous posted on Monday, December 23, 2002 - 2:21 pm I think that this is a simple problem - so simple that I can't find an example of it. I have scores for children, at different ages, and want to estimate the effect of age on the scores. The model statements look l...
{"url":"http://www.statmodel.com/cgi-bin/discus/discus.cgi?pg=next&topic=12&page=225","timestamp":"2014-04-18T20:44:19Z","content_type":null,"content_length":"105094","record_id":"<urn:uuid:f2e1e518-be86-4353-8476-cdd55806339b>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140423032003-00273-ip-10...
Re: st: within estimator and effecomic effects Notice: On March 31, it was announced that Statalist is moving from an email list to a forum. The old list will shut down at the end of May, and its replacement, statalist.org is already up and [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: ...
{"url":"http://www.stata.com/statalist/archive/2012-02/msg00053.html","timestamp":"2014-04-20T03:32:07Z","content_type":null,"content_length":"8699","record_id":"<urn:uuid:16139e51-47dc-4063-9297-cae2ee520ac3>","cc-path":"CC-MAIN-2014-15/segments/1398223202548.14/warc/CC-MAIN-20140423032002-00645-ip-10-147-4-33.ec2.int...
MathGroup Archive: June 2006 [00539] [Date Index] [Thread Index] [Author Index] Re: Re: standard errors and confidence intervals in NonlinearRegress • To: mathgroup at smc.vnet.net • Subject: [mg67368] Re: [mg67331] Re: standard errors an...
{"url":"http://forums.wolfram.com/mathgroup/archive/2006/Jun/msg00539.html","timestamp":"2014-04-19T09:38:25Z","content_type":null,"content_length":"39654","record_id":"<urn:uuid:edac74f7-2449-4e12-9f13-9c4d5adaf717>","cc-path":"CC-MAIN-2014-15/segments/1398223203235.2/warc/CC-MAIN-20140423032003-00160-ip-10-147-4-33.e...
information types A REAL variable or constant occupies one word of storage and this limits its accuracy. When greater accuracy is required, DOUBLE PRECISION variables and constants may be used. These occupy two words of storage and can store a greater number of significant digits. DOUBLE PRECISION constants are wri...
{"url":"http://www.infis.univ.trieste.it/fortran/addition.html","timestamp":"2014-04-18T03:04:01Z","content_type":null,"content_length":"7132","record_id":"<urn:uuid:39e1dff8-d57f-4e88-92d0-d7c12cf5438d>","cc-path":"CC-MAIN-2014-15/segments/1397609532480.36/warc/CC-MAIN-20140416005212-00591-ip-10-147-4-33.ec2.internal....
Simonton ACT Tutor Find a Simonton ACT Tutor ...Math is an area I particularly enjoy tutoring but I also enjoy tutoring students in any area. I prepare my lessons to be interesting and profitable to the students. I make use of technology and have a laptop I use to augment lessons. 21 Subjects: including ACT Math,...
{"url":"http://www.purplemath.com/simonton_act_tutors.php","timestamp":"2014-04-20T16:22:00Z","content_type":null,"content_length":"23597","record_id":"<urn:uuid:70b21dc4-1c69-4d95-b131-d598f79a0b2e>","cc-path":"CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-20140416005218-00382-ip-10-147-4-33.ec2.internal.warc...
Double Integration of Varying Force I love science and am decent with math, however my lack of skills with advanced calculus is a little embarrassing. I am in awe at some of the skills shown by some of the people here. So here is my There was a freefall acceleration problem discussed elsewhere in this forum and I jumpe...
{"url":"http://www.mathisfunforum.com/viewtopic.php?pid=18763","timestamp":"2014-04-20T23:37:10Z","content_type":null,"content_length":"10822","record_id":"<urn:uuid:63e71090-7162-403a-95ac-7006e4f5b05d>","cc-path":"CC-MAIN-2014-15/segments/1398223204388.12/warc/CC-MAIN-20140423032004-00144-ip-10-147-4-33.ec2.internal....
Trigonometry problem @tiny-tim: Nice improvement on the calculation btw. It's way less work! Just to show off my way: Thank you ehild, this is a nice solution, and shows a couple of things. First, I think that Pranav-Arora is very well able to follow this one and do it himself. It only requires a basic grasp on complex...
{"url":"http://www.physicsforums.com/showthread.php?t=516081&page=4","timestamp":"2014-04-18T21:18:57Z","content_type":null,"content_length":"84346","record_id":"<urn:uuid:85ed2ec2-42ca-48af-b460-52a6d8c0e678>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00593-ip-10-147-4-33.ec2.inte...
A Fuzzy Approach to Temporal Model-Based Diagnosis for Intensive Care Units. Conference Proceeding A Fuzzy Approach to Temporal Model-Based Diagnosis for Intensive Care Units. 01/2004; In proceeding of: Proceedings of the 16th Eureopean Conference on Artificial Intelligence, ECAI'2004, including Prestigious Applicants ...
{"url":"http://www.researchgate.net/publication/220836928_A_Fuzzy_Approach_to_Temporal_Model-Based_Diagnosis_for_Intensive_Care_Units","timestamp":"2014-04-20T23:31:40Z","content_type":null,"content_length":"213939","record_id":"<urn:uuid:b5125706-8f34-4694-9cb6-90b8a18e528c>","cc-path":"CC-MAIN-2014-15/segments/139760...
Gustavus Adolphus College 1. What is the status of Quantitative Reasoning programming on your campus? Quantitative reasoning is part of our core curriculum and also an integral part of many majors across campus. The distributive core curriculum was revised in 2005 and included a Mathematical and Logical Reasoning (MATH...
{"url":"http://serc.carleton.edu/quirk/pkal_workshop10/context/gustavus_adolph.html","timestamp":"2014-04-19T12:32:33Z","content_type":null,"content_length":"23165","record_id":"<urn:uuid:69327ac2-1fb4-484d-8c96-f8279e09fba2>","cc-path":"CC-MAIN-2014-15/segments/1398223206120.9/warc/CC-MAIN-20140423032006-00396-ip-10-1...
if you remove my first letter Latest self Aptitude Question SOLUTION: i am a 5 letter word...people eat me.if you remove my first letter,i am a form of energy.if remove my first 2 letters ,people need me to live.if u remove first 3 letters i am a preposition.if you remove my first 4 letters ,i will be a drink for you.....
{"url":"http://www.m4maths.com/12378-i-am-a-5-letter-word-people-eat-me-if-you-remove-my-first-letter-i-am-a-form-of.html","timestamp":"2014-04-17T10:11:31Z","content_type":null,"content_length":"83927","record_id":"<urn:uuid:6eadd9e7-aa28-4c48-8d08-be161d305721>","cc-path":"CC-MAIN-2014-15/segments/1397609527423.39/wa...
A Guide to the William T. Reid Papers, A Guide to the William T. Reid Papers, 1925-1977 Creator: Reid, William T. (William Thomas), 1907, Oct. 4-1977 Title: William T. Reid Papers Dates: 1925-1977 Abstract: William T. Reid was professor of mathematics at Northwestern University (1944-1959), Universit...
{"url":"http://www.lib.utexas.edu/taro/utcah/00231/00231-P.html","timestamp":"2014-04-17T22:55:34Z","content_type":null,"content_length":"51520","record_id":"<urn:uuid:3488c0b7-89fe-44f9-994c-ec46874a247d>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00588-ip-10-147-4-33.ec2.interna...
Math Forum Discussions Math Forum Ask Dr. Math Internet Newsletter Teacher Exchange Search All of the Math Forum: Views expressed in these public forums are not endorsed by Drexel University or The Math Forum. Topic: fit curve on to an imported graph Replies: 1 Last Post: Jun 17, 2013 6:19 AM Messages: [ Previou...
{"url":"http://mathforum.org/kb/thread.jspa?threadID=2576139&messageID=9136706","timestamp":"2014-04-21T07:58:50Z","content_type":null,"content_length":"17399","record_id":"<urn:uuid:a1c4beda-c8cd-4608-b8c1-b5a89595133c>","cc-path":"CC-MAIN-2014-15/segments/1398223206647.11/warc/CC-MAIN-20140423032006-00206-ip-10-147-4...
Pell Lake Math Tutor Find a Pell Lake Math Tutor Hi! My name is Carolyn, and I taught math and physics in Wisconsin for ten years. Currently, I am certified to teach math in both Wisconsin and Illinois, and I do substitute teaching at about ten different schools in both Illinois and Wisconsin. 22 Subjects: includ...
{"url":"http://www.purplemath.com/Pell_Lake_Math_tutors.php","timestamp":"2014-04-20T11:21:11Z","content_type":null,"content_length":"23839","record_id":"<urn:uuid:fe31414c-6866-4781-957e-b830440ea590>","cc-path":"CC-MAIN-2014-15/segments/1398223202548.14/warc/CC-MAIN-20140423032002-00648-ip-10-147-4-33.ec2.internal.wa...
Hierarchical Motion Blur Rasterization Patent application title: Hierarchical Motion Blur Rasterization Sign up to receive free email alerts when patent applications with chosen keywords are published SIGN UP Motion blur rasterization may involve execut...
{"url":"http://www.faqs.org/patents/app/20120218264","timestamp":"2014-04-20T12:21:51Z","content_type":null,"content_length":"97897","record_id":"<urn:uuid:18cd22e6-596c-4921-b927-fcb8f95d435c>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00362-ip-10-147-4-33.ec2.internal.warc.gz"}
The title may sound sensationalist but it came from this study outlined at ScienceDaily.com. Here is the full quote: When people are asked to search for an item that will appear only once in 100 images, they might miss as many as a third of the objects they’re supposed to be finding. Studies of radiologists looking at ...
{"url":"http://inperc.com/blog2/2007/10/","timestamp":"2014-04-20T17:46:22Z","content_type":null,"content_length":"45551","record_id":"<urn:uuid:7d243c61-c5ab-4bc5-835d-768229ec0217>","cc-path":"CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-20140416005218-00029-ip-10-147-4-33.ec2.internal.warc.gz"}
CDS 202 -- Winter 2010 Second Term Geometry of Nonlinear Systems Instructor: Teaching Assistants: François Gay-Balmaz Henry Jacobs Steele 130 ...
{"url":"http://www.cds.caltech.edu/~marsden/cds202-10/home/","timestamp":"2014-04-19T13:06:29Z","content_type":null,"content_length":"9995","record_id":"<urn:uuid:e6579a1b-bd2c-4eb5-9e27-ecebb7cb51d9>","cc-path":"CC-MAIN-2014-15/segments/1397609537186.46/warc/CC-MAIN-20140416005217-00189-ip-10-147-4-33.ec2.internal.war...
Example 1: We wish to test the effects of a low-fat diet on serum cholesterol levels. We will measure the difference in cholesterol level for each subject before and after being on the diet. Since there is only one group of subjects, all on diet, this is a one-sample test. Our null hypothesis is that the mean of indivi...
{"url":"http://sampsize.sourceforge.net/iface/s2.html","timestamp":"2014-04-17T10:16:15Z","content_type":null,"content_length":"9466","record_id":"<urn:uuid:1938bcac-763f-4846-b996-5e304fecc75d>","cc-path":"CC-MAIN-2014-15/segments/1398223210034.18/warc/CC-MAIN-20140423032010-00186-ip-10-147-4-33.ec2.internal.warc.gz"}
Mars Craters Common Problem The most common problem encountered when working with students on this assignment is that they initially derive the depth-diameter equation by inputing data (depth, diameter) in kilometers. Because they are then measuring small craters in the Xanthe Terra images, however, many students then ...
{"url":"http://serc.carleton.edu/introgeo/studentresearch/examples/MarsCratersCommonProblem.html","timestamp":"2014-04-19T02:30:14Z","content_type":null,"content_length":"22793","record_id":"<urn:uuid:b83685c2-6b8c-431d-8ab3-77621b2d5181>","cc-path":"CC-MAIN-2014-15/segments/1397609535745.0/warc/CC-MAIN-20140416005215-...
Posts by Total # Posts: 16 The most convenient way to express vectors in the two dimensional plane is in the familiar (x,y) Cartesian coordinates. However, one can express vectors in other coordinate systems as well. For example, another useful coordinate system for the plane is polar coordinates (r, ... Consider a 25...
{"url":"http://www.jiskha.com/members/profile/posts.cgi?name=rishabh","timestamp":"2014-04-16T04:14:51Z","content_type":null,"content_length":"9247","record_id":"<urn:uuid:4b3d6151-277e-4c6c-b62f-3aa3192a34f1>","cc-path":"CC-MAIN-2014-15/segments/1397609521512.15/warc/CC-MAIN-20140416005201-00534-ip-10-147-4-33.ec2.int...
Patente US7557613 - Scalable non-blocking switching network for programmable logic This is a continuation application of application Ser. No. 11/823,257, filed Jun. 26, 2007 now U.S. Pat. No. 7,417,457, which is a continuation application of U.S. patent application Ser. No. 11/ 218,419, now U.S. Pat. No. 7,256,614, fil...
{"url":"http://www.google.es/patents/US7557613?dq=flatulence","timestamp":"2014-04-16T22:13:25Z","content_type":null,"content_length":"175511","record_id":"<urn:uuid:dc392c5c-61e5-4194-87dc-44e50639d653>","cc-path":"CC-MAIN-2014-15/segments/1398223203841.5/warc/CC-MAIN-20140423032003-00206-ip-10-147-4-33.ec2.internal.w...
Q: One urn contains black marbles, and the other contains white or black marbles with even odds. You pick a marble from an urn; it is black; you put it back; what are the odds that you will draw a black marble on the next draw? What are the odds after n black draws? A: Every time you draw a black marble, you throw out ...
{"url":"http://www.rec-puzzles.org/index.php/Bayes","timestamp":"2014-04-20T08:15:23Z","content_type":null,"content_length":"7131","record_id":"<urn:uuid:e7526db2-9fe4-44fd-8753-0f22be5dd064>","cc-path":"CC-MAIN-2014-15/segments/1397609538110.1/warc/CC-MAIN-20140416005218-00548-ip-10-147-4-33.ec2.internal.warc.gz"}
Several say 20...I keep getting 320??? Right, PuzzleScot. And all that's left is parentheses. They take precedence over everything else, which is how we force changes in precedence. Full precedence list: ( ) highest: do the embedded computations first multiplication & division: next highest, equal precedence addition a...
{"url":"http://www.jigidi.com/puzzle.php?id=UJV14H3Q","timestamp":"2014-04-17T18:23:59Z","content_type":null,"content_length":"41023","record_id":"<urn:uuid:5b405b94-72bd-432d-994a-c852aa2fe170>","cc-path":"CC-MAIN-2014-15/segments/1397609530895.48/warc/CC-MAIN-20140416005210-00611-ip-10-147-4-33.ec2.internal.warc.gz"}
specialization topology Basic concepts The specialisation topology The specialisation topology, also called the Alexandroff topology, is a natural structure of a topological space induced on the underlying set of a preordered set. This is similar to the Scott topology, which is however coarser. Spaces with this topolog...
{"url":"http://www.ncatlab.org/nlab/show/specialization+topology","timestamp":"2014-04-20T03:29:40Z","content_type":null,"content_length":"32312","record_id":"<urn:uuid:51f4578f-9040-4ee8-99d8-03a173c5ab54>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00249-ip-10-147-4-33.ec2.intern...
A Numerical Study on the Progressive Failure of 3D Four-Directional Braided Composites Advances in Materials Science and Engineering Volume 2013 (2013), Article ID 513724, 14 pages Research Article A Numerical Study on the Progressive Failure of 3D Four-Directional Braided Composites School of Aeronautics and Astronaut...
{"url":"http://www.hindawi.com/journals/amse/2013/513724/","timestamp":"2014-04-16T14:11:38Z","content_type":null,"content_length":"352723","record_id":"<urn:uuid:19617c05-4d16-4607-99cc-79552a7b97eb>","cc-path":"CC-MAIN-2014-15/segments/1397609538022.19/warc/CC-MAIN-20140416005218-00188-ip-10-147-4-33.ec2.internal.war...
May 4th 2006, 06:07 AM #1 Mar 2006 You roll a single die: If you roll a 4 someone gives you $1, if you roll any other number you must give them 25 cents. What is your expectation if you play this game-in other words, how much money on average can you expect to win or lose everytime you roll the die when pla...
{"url":"http://mathhelpforum.com/statistics/2804-probability.html","timestamp":"2014-04-19T21:11:01Z","content_type":null,"content_length":"32022","record_id":"<urn:uuid:6c0b3eed-284e-4e83-83b2-6647a3a9deed>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00496-ip-10-147-4-33.ec2.inter...
Ratio and Proportion From WikiEducator Long ago, in an oasis in the desert of Arabia, lived an old man called Abdullah. Right in front of his tiny hut was a tall date tree, laden with the juiciest dates one could ever have seen. One hot day, a traveler named Karim stopped at this oasis and walked up to Abdullah’s hut. ...
{"url":"http://wikieducator.org/Ratio_and_Proportion","timestamp":"2014-04-20T01:14:47Z","content_type":null,"content_length":"17399","record_id":"<urn:uuid:e522bf35-871c-482d-a1d5-23fba63c5a12>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00243-ip-10-147-4-33.ec2.internal.warc.gz"}
April 11, 2010, 12:00 am September 28, 2011, 7:05 am Topics: Units Physics & Chemistry In physics, velocity is the rate of change rate of change of position. Since velocity is a vector physical quantity; both magnitude and direction are required to define it. Specifically velocity is the first derivative of s...
{"url":"http://www.eoearth.org/view/article/156839/","timestamp":"2014-04-17T01:16:53Z","content_type":null,"content_length":"68491","record_id":"<urn:uuid:4ad12d78-899e-4db7-a1f6-1ca9e98a11ef>","cc-path":"CC-MAIN-2014-15/segments/1397609526102.3/warc/CC-MAIN-20140416005206-00225-ip-10-147-4-33.ec2.internal.warc.gz"}
Best Results From Wikipedia Yahoo Answers Youtube From Wikipedia Unit circle In mathematics, a unit circle is a circle with a radius of one. Frequently, especially in trigonometry, "the" unit circle is the circle of radius one centered at the origin (0, 0) in the Cartesian coordinate system in the Euclidean plane. The ...
{"url":"http://www.edurite.com/kbase/deriving-the-unit-circle","timestamp":"2014-04-19T12:21:53Z","content_type":null,"content_length":"76063","record_id":"<urn:uuid:4b9195a3-29ab-4958-a78e-20d116c7653f>","cc-path":"CC-MAIN-2014-15/segments/1397609537186.46/warc/CC-MAIN-20140416005217-00141-ip-10-147-4-33.ec2.internal....
Results 1 - 10 of 16 , 1995 "... Caching and prefetching are important mechanisms for speeding up access time to data on secondary storage. Recent work in competitive online algorithms has uncovered several promising new algorithms for caching. In this paper we apply a form of the competitive philosophy for the first t...
{"url":"http://citeseerx.ist.psu.edu/showciting?cid=1402754","timestamp":"2014-04-18T22:16:43Z","content_type":null,"content_length":"41856","record_id":"<urn:uuid:199f8437-0101-4412-85bc-684dc4487293>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00338-ip-10-147-4-33.ec2.internal.war...
The mouse makes the vector x move. At the same time the graph shows Ax, in color and also moving. The green circle appearing is the unit circle and the red oval is its image under the action of the matrix. The are traced as you vary the vector x. Possibly Ax is ahead of x. Possibly Ax is behind x. Sometimes Ax is paral...
{"url":"http://ocw.mit.edu/ans7870/18/18.06/javademo/Eigen/","timestamp":"2014-04-19T15:41:55Z","content_type":null,"content_length":"5135","record_id":"<urn:uuid:0a30b503-23b4-4477-83b3-69b0dc90a0e7>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00493-ip-10-147-4-33.ec2.internal.warc...
Matches for: CBMS Regional Conference Series in Mathematics 1985; 101 pp; softcover Number: 58 Reprint/Revision History: reprinted 2001, reprinted 2005 ISBN-10: 0-8218-0708-0 ISBN-13: 978-0-8218-0708-8 List Price: US$28 Member Price: US$22.40 All Individuals: US$22.40 Order Code: CBMS/58 Lawson's expository lectures,...
{"url":"http://ams.org/bookstore?fn=20&arg1=cbmsseries&ikey=CBMS-58","timestamp":"2014-04-18T17:06:28Z","content_type":null,"content_length":"15419","record_id":"<urn:uuid:be933113-9344-490d-a9de-c617e1e75ab3>","cc-path":"CC-MAIN-2014-15/segments/1397609533957.14/warc/CC-MAIN-20140416005213-00193-ip-10-147-4-33.ec2.int...