content stringlengths 86 994k | meta stringlengths 288 619 |
|---|---|
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:
when do you and when do you not use FOIL for radical equations... | {"url":"http://openstudy.com/updates/4ecca8e0e4b04e045aed2b44","timestamp":"2014-04-18T20:57:33Z","content_type":null,"content_length":"35272","record_id":"<urn:uuid:9165a890-a426-471a-95aa-eb7f3e698f83>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00475-ip-10-147-4-33.ec2.internal.w... |
The Mathematics Department offers Masters of Science degrees in two distinct options: Mathematics (Option I) and Applied Mathematics (Option II).
REQUIRED COURSES (16 UNITS)
MATH 501 Topology 3
MATH 550 Calculus on Manifolds3
MATH 552 Real Analysis3
MATH 655 Complex Analysis3
MATH 560 Algebra3
MATH 589 Seminar in Mathe... | {"url":"http://www.csun.edu/~mathgs/index.html","timestamp":"2014-04-16T22:46:19Z","content_type":null,"content_length":"20660","record_id":"<urn:uuid:50ef055f-46f0-444c-8c6d-f8471dc1e302>","cc-path":"CC-MAIN-2014-15/segments/1397609525991.2/warc/CC-MAIN-20140416005205-00482-ip-10-147-4-33.ec2.internal.warc.gz"} |
Category: algorithms Component type: function
template <class InputIterator1, class InputIterator2>
int lexicographical_compare_3way(InputIterator1 first1, InputIterator1 last1,
InputIterator2 first2, InputIterator2 last2);
Lexicographical_compare_3way is essentially a generalization ... | {"url":"http://idlebox.net/2006/apidocs/sgi-stl-v3.3.zip/lexicographical_compare_3way.html","timestamp":"2014-04-17T07:10:07Z","content_type":null,"content_length":"7548","record_id":"<urn:uuid:436e1ad3-082a-4f89-9fad-c30f6a868e70>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140423032003-00140-i... |
Gear Size Selection, Gear Sizes, Checking Gear Tooth
The wire or pin method of checking gear sizes is accurate, easily applied, and especially useful in shops with limited inspection equipment. Two cylindrical wires or pins of predetermined diameter
are placed in diametrically opposite tooth spaces. If the gears has an... | {"url":"http://www.ashokagears.net/gear-size.html","timestamp":"2014-04-20T21:04:21Z","content_type":null,"content_length":"35315","record_id":"<urn:uuid:6e88c498-4417-4cbf-ad34-662458e17a5a>","cc-path":"CC-MAIN-2014-15/segments/1397609539230.18/warc/CC-MAIN-20140416005219-00589-ip-10-147-4-33.ec2.internal.warc.gz"} |
SUMPRODUCT Step By Step - Part 1
04-12-2009, 01:16 PM #1
SUMPRODUCT Step By Step - Part 1
SUMPRODUCT Basics
In its native form, SUMPRODUCT is used to multiply each element of 2 or more arrays and sum the individual products. As an example, suppose that we have the following table
A B
Formatting tag... | {"url":"http://www.vbaexpress.com/forum/showthread.php?26202-SUMPRODUCT-Step-By-Step-Part-1&goto=lastpost","timestamp":"2014-04-17T19:10:26Z","content_type":null,"content_length":"159786","record_id":"<urn:uuid:85f5d664-ba3f-44df-b6a5-4841ef45a308>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140... |
Six Sigma Vs Standard Deviation
Think of “Six Sigma” as a distance and of Sigma as a measurement unit (which by definition is a quantity that fills a number of times the measured distance); obviously, the smaller the measurement
unit (i.e. Sigma) the larger the “number of times”.
Now, let us consider any characteristic... | {"url":"http://www.isixsigma.com/topic/six-sigma-vs-standard-deviation/","timestamp":"2014-04-19T06:57:29Z","content_type":null,"content_length":"89881","record_id":"<urn:uuid:cb2c09d2-0111-4cbd-804f-e3caa0a38ba8>","cc-path":"CC-MAIN-2014-15/segments/1397609536300.49/warc/CC-MAIN-20140416005216-00161-ip-10-147-4-33.ec2... |
Re: st: tabstatmat question
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: st: tabstatmat ques... | {"url":"http://www.stata.com/statalist/archive/2011-09/msg00047.html","timestamp":"2014-04-16T22:14:11Z","content_type":null,"content_length":"9283","record_id":"<urn:uuid:1df0b223-909c-4040-8bed-97b6065aa848>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00432-ip-10-147-4-33.ec2.inte... |
combn {utils}
Generate All Combinations of n Elements, Taken m at a Time
Generate all combinations of the elements of x taken m at a time. If x is a positive integer, returns all combinations of the elements of seq(x) taken m at a time. If argument FUN is not NULL,
applies a function given by the argument to each point... | {"url":"http://www.inside-r.org/r-doc/utils/combn","timestamp":"2014-04-20T05:22:12Z","content_type":null,"content_length":"28234","record_id":"<urn:uuid:3b90cae7-88f6-4344-bbe5-252a04291a48>","cc-path":"CC-MAIN-2014-15/segments/1398223206120.9/warc/CC-MAIN-20140423032006-00453-ip-10-147-4-33.ec2.internal.warc.gz"} |
Finding value of a constant c in standard form of quadratic equation
November 28th 2011, 02:47 PM #1
Oct 2008
Finding value of a constant c in standard form of quadratic equation
The equation is 16x^(2) -24x+c=0 What is c, given that one root is twice the other root?
I made one root r and the other root 2r.... | {"url":"http://mathhelpforum.com/pre-calculus/192945-finding-value-constant-c-standard-form-quadratic-equation.html","timestamp":"2014-04-17T07:55:53Z","content_type":null,"content_length":"40800","record_id":"<urn:uuid:23546e70-3b5a-46ef-8655-48ce66dae867>","cc-path":"CC-MAIN-2014-15/segments/1397609539776.45/warc/CC-... |
Calculate time complexity of modular arithmetic
January 16th 2013, 01:17 PM #1
Jan 2013
I wanted to calculate What is the time complexity of this? I'm using a Java program?
Can anyone provide an explanation of the time complexity for the following calculations?
c= a * b mod n
m = a ^-1 * b mod n
... | {"url":"http://mathhelpforum.com/number-theory/211436-calculate-time-complexity-modular-arithmetic.html","timestamp":"2014-04-16T17:17:30Z","content_type":null,"content_length":"32005","record_id":"<urn:uuid:3622cbd6-dab5-496e-bf66-30f50478d6fc>","cc-path":"CC-MAIN-2014-15/segments/1397609524259.30/warc/CC-MAIN-2014041... |
Re: non trivial constant folding
"Mickaël Pointier" <mpointie@eden-studios.fr>
9 Jan 2001 23:22:35 -0500
From comp.compilers
| List of all articles for this... | {"url":"http://compilers.iecc.com/comparch/article/01-01-047","timestamp":"2014-04-21T07:24:45Z","content_type":null,"content_length":"12686","record_id":"<urn:uuid:c18ed491-fb6b-4711-b905-6f8f9a5d8c4a>","cc-path":"CC-MAIN-2014-15/segments/1397609539665.16/warc/CC-MAIN-20140416005219-00253-ip-10-147-4-33.ec2.internal.w... |
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:
FTC and definite integrals?
• one year ago
• one year ago
... | {"url":"http://openstudy.com/updates/5111bc58e4b09cf125bde0f4","timestamp":"2014-04-19T22:42:41Z","content_type":null,"content_length":"77076","record_id":"<urn:uuid:fe48e328-d867-42d8-8ffa-74228dd9abfa>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00555-ip-10-147-4-33.ec2.internal.... |
the first resource for mathematics
Stability and delays in a predator-prey system.
(English) Zbl 0873.34062
This paper considers the following system of delay differential equations
$\begin{array}{cc}\hfill \frac{d{N}_{1}}{dt}& ={N}_{1}\left(t\right)\left[{a}_{1}-{b}_{1}{N}_{1}\left(t-\tau \right)-{c}_{1}{N}_{2}\left(t... | {"url":"http://zbmath.org/?q=an:0873.34062","timestamp":"2014-04-20T10:54:27Z","content_type":null,"content_length":"24480","record_id":"<urn:uuid:75b1bc90-dd1b-407c-a586-715d33e307c5>","cc-path":"CC-MAIN-2014-15/segments/1398223203841.5/warc/CC-MAIN-20140423032003-00315-ip-10-147-4-33.ec2.internal.warc.gz"} |
Normal distribution, finding a value question!
For a normal distribution, with a mean of $10.5$ and a variance of $16.7$, determine the value of $X_{0}$ so that $P(10.5 < x < X_{0}) = 0.4987$.
I am very lost on this question, any and all help is greatly appreciated!
Answer is supposedly $X_{0}=22.76$ | {"url":"http://mathhelpforum.com/statistics/190310-normal-distribution-finding-value-question.html","timestamp":"2014-04-20T13:45:07Z","content_type":null,"content_length":"42064","record_id":"<urn:uuid:ebec99c0-c9b9-4b4a-90be-79e864ddfa4d>","cc-path":"CC-MAIN-2014-15/segments/1397609538787.31/warc/CC-MAIN-201404160052... |
On proof terms and embeddings of classical substructural logics
"... They first noticed that Gold’s limiting recursive functions which was originally introduced to formulate the learning processes of machines, serve as approximation algorithms. Here, Gold’s
limiting recursive function is of the form $f(x) $ such that $... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=7578234","timestamp":"2014-04-18T12:32:07Z","content_type":null,"content_length":"12351","record_id":"<urn:uuid:bffe6a3d-c106-4b6b-94fe-f1082aa02a71>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-20140416005213-00541-ip-10-147-4-33.ec2.internal.wa... |
Document Rankings from Commercial Retrieval Engines
Next: Experimental Rankings Up: Measuring Search Engine Quality Previous: Analytic Models of Performance
Any experiments involving Freestyle and Target must of necessity be ``black box" experiments [RHB92], since the algorithms used in these retrieval systems are ... | {"url":"http://www.ils.unc.edu/~losee/par/node5.html","timestamp":"2014-04-16T08:04:05Z","content_type":null,"content_length":"6077","record_id":"<urn:uuid:c38a814d-5c39-44d5-afd1-5dbb7222feff>","cc-path":"CC-MAIN-2014-15/segments/1397609521558.37/warc/CC-MAIN-20140416005201-00518-ip-10-147-4-33.ec2.internal.warc.gz"} |
Introduction to Vortex Based Math [VBM]
Mathematics as we know it today is only a tool to symbolize quantities. Vortex-Based Mathematics (VBM) is completely different because it is a dynamic math that shows the relationships and thus the
qualities of numbers rather than the quantities.
Marko studied all the world's gre... | {"url":"http://vortexmath.webs.com/apps/blog/entries/show/5475132-introduction-to-vortex-based-math-vbm-","timestamp":"2014-04-21T12:08:41Z","content_type":null,"content_length":"26817","record_id":"<urn:uuid:d8b2269e-64b0-4373-a5a1-661fd5d80961>","cc-path":"CC-MAIN-2014-15/segments/1398223207046.13/warc/CC-MAIN-201404... |
Fantasy Baseball Cafe
PRAA & PRAR
Ok, so I was having this debate on another forum, where a member was trying to convince me that this year Jonathan Papelbon was more valuable than Travis Hafner. His main argument rested on
Papelbon's PRAA and PRAR (41 and 74 respectively).
Now, I did a little research, just to see wh... | {"url":"http://www.fantasybaseballcafe.com/forums/viewtopic.php?t=240218","timestamp":"2014-04-19T00:14:42Z","content_type":null,"content_length":"73247","record_id":"<urn:uuid:a61d4eac-871b-462b-9fd6-790aa2a4f255>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00123-ip-10-147-4-33.ec2... |
Simplifying Multiple Positive or Negative Signs
Examine the first example problem.
16 - - 4 = 5x
Again, the equation above has two negative signs. Each negative sign indicates a negation or opposite. Think of the problem this way: You start out adding 16 and 4 but the first negative sign
indicates that subtraction ... | {"url":"http://algebrahelp.com/lessons/simplifying/multiplesigns/pg2.htm","timestamp":"2014-04-20T23:26:55Z","content_type":null,"content_length":"7339","record_id":"<urn:uuid:f4f30bf2-9366-46c7-b452-a979be8cac0f>","cc-path":"CC-MAIN-2014-15/segments/1398223201753.19/warc/CC-MAIN-20140423032001-00359-ip-10-147-4-33.ec2... |
CGTalk - Drive particles rotation with fluid velocity
10-26-2009, 03:25 PM
Hi guys.
I'm doing a snowburstsimulation and I'm driving the particles with a fluidcontainer.
I need to think of a way to make the particle rotation being driven by the fluid velocity, but right now my minds totally blank, do you have any ideas? | {"url":"http://forums.cgsociety.org/archive/index.php/t-819599.html","timestamp":"2014-04-20T06:16:26Z","content_type":null,"content_length":"6429","record_id":"<urn:uuid:1d15221c-feef-4003-8347-262de3a413b2>","cc-path":"CC-MAIN-2014-15/segments/1397609538022.19/warc/CC-MAIN-20140416005218-00243-ip-10-147-4-33.ec2.inte... |
Applications of Trigonometry Ppt Presentation
Applications of Trigonometry :
Applications of Trigonometry Rishabh Tatiraju
What is Trigonometry? :
What is Trigonometry? Trigonometry is a methodology for finding some unknown elements of a triangle provided the data includes a sufficient amount of linear and angular me... | {"url":"http://www.authorstream.com/Presentation/rishabh.tatiraju-1342074-applications-of-trigonometry/","timestamp":"2014-04-17T03:55:24Z","content_type":null,"content_length":"131013","record_id":"<urn:uuid:13ab67d9-0920-4b0d-9354-658311e29f42>","cc-path":"CC-MAIN-2014-15/segments/1397609526252.40/warc/CC-MAIN-201404... |
Miles of Tiles
Miles of Tiles by Charles Radin is Volume 1 in the Student Mathematical Library, a new AMS series. The announcement for the series from the AMS reads as follows:
Announcing the "Student Mathematical Library" An Undergraduate Book Series:
The AMS is pleased to announce the "Student Mathematical Li... | {"url":"http://www.maa.org/publications/maa-reviews/miles-of-tiles","timestamp":"2014-04-20T15:00:19Z","content_type":null,"content_length":"99748","record_id":"<urn:uuid:8df95185-ca8d-43b7-9077-71444754c6ab>","cc-path":"CC-MAIN-2014-15/segments/1397609538787.31/warc/CC-MAIN-20140416005218-00014-ip-10-147-4-33.ec2.inte... |
Student Support Forum: ' plot an equation in 2D and another equation in...' topic
Subject (listing for ' plot an equation in 2D and another equation in...') Author Date Posted
plot an equation in 2D and another equation in... zeinab 03/29/10 03:36am
Re: plot an equation in ... | {"url":"http://forums.wolfram.com/student-support/topics/22299","timestamp":"2014-04-20T08:42:15Z","content_type":null,"content_length":"31575","record_id":"<urn:uuid:ce503d32-2076-4ec6-b2f1-5127f4aea25f>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140423032003-00300-ip-10-147-4-33.ec2.internal.... |
forex trading Forex Options Trading - How Forex Options Are Calculated (Part 2 of...
Start out Your Forex trading Investing Journey These days!
In the final guide, you have discover about "delta" . Allow us keep on...
Gamma is derived from Delta is the odds of a adjust in Delta. It also informs in advance if the Delta ... | {"url":"http://bakermclean1946.newsvine.com/_news/2012/11/09/15061017-forex-trading-forex-options-trading-how-forex-options-are-calculated-part-2-of","timestamp":"2014-04-17T18:41:50Z","content_type":null,"content_length":"26544","record_id":"<urn:uuid:ffac5cd0-a8a9-47ac-996c-385fd442550e>","cc-path":"CC-MAIN-2014-15/s... |
Matches for:
Around 1980, G. Mason announced the classification of a certain subclass of an important class of finite simple groups known as "quasithin groups". The classification of the finite simple groups
depends upon a proof that there are no unexpected groups in this subclass. Unfortunately Mason neither completed... | {"url":"http://ams.org/bookstore?fn=20&arg1=survseries&ikey=SURV-111","timestamp":"2014-04-20T05:10:32Z","content_type":null,"content_length":"17435","record_id":"<urn:uuid:4117f2e2-14ad-40cd-b759-94c1080ff4c5>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00573-ip-10-147-4-33.ec2.in... |
Federal Heights, CO Statistics Tutor
Find a Federal Heights, CO Statistics Tutor
My name is Dan. I have tutored Math and Statistics, professionally and privately, for 15 years. I am proficient in all levels of math from Algebra and Geometry through Calculus, Differential
Equations, and Linear Algebra.
11 Subjects... | {"url":"http://www.purplemath.com/Federal_Heights_CO_Statistics_tutors.php","timestamp":"2014-04-21T05:00:31Z","content_type":null,"content_length":"24376","record_id":"<urn:uuid:078061eb-5a67-4dc1-9800-3ddc406f6586>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00317-ip-10-147-4-33.... |
Test Credit Card Numbers | Credit Card Validation | Money Blue Book
Test Credit Card Numbers With Luhn Credit Card Validation
Published 7/11/08 (Modified 6/17/11)
By MoneyBlueBook
What Do the Credit Card Numbers Mean, and How Are Valid Credit Card Accounts Generated?
Have you ever wondered how credit card companies gen... | {"url":"http://www.moneybluebook.com/how-to-create-and-generate-valid-credit-card-numbers/comment-page-2/","timestamp":"2014-04-20T23:28:44Z","content_type":null,"content_length":"74600","record_id":"<urn:uuid:be292a68-5001-4b3f-95d0-e755de23b731>","cc-path":"CC-MAIN-2014-15/segments/1397609539337.22/warc/CC-MAIN-20140... |
East Case, MD Math Tutor
Find an East Case, MD Math Tutor
...I have completed the coursework for my first degree and am pursuing a second one. I have found a love of teaching, and tutoring allows me to do that alongside my educational education. 4 years
of school has left me with a degree in the liberal arts, a pas... | {"url":"http://www.purplemath.com/east_case_md_math_tutors.php","timestamp":"2014-04-18T08:31:04Z","content_type":null,"content_length":"24167","record_id":"<urn:uuid:b620d174-2697-435b-89c6-c6c8b8c0e645>","cc-path":"CC-MAIN-2014-15/segments/1398223205137.4/warc/CC-MAIN-20140423032005-00251-ip-10-147-4-33.ec2.internal.... |
Cohomology theory for Banach algebras has enjoyed notable successes, but -- outside the class of amenable algebras -- is somewhat short on examples where one can compute the cohomology in degrees 2
and above. We shall discuss some results for the class of l^1-semigroup algebras, with particular focus on the commutative... | {"url":"http://www.qub.ac.uk/puremaths/Colloquia/abs_24_11_2006.html","timestamp":"2014-04-19T07:20:18Z","content_type":null,"content_length":"1122","record_id":"<urn:uuid:64c05030-4cfa-496b-b43c-fd65626dee41>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00413-ip-10-147-4-33.ec2.int... |
From All Car Wiki - Car Specification Wiki
In both road and rail vehicles, the wheelbase is the distance between the centers of the front and rear wheels.
In automobiles, the wheelbase is the horizontal distance between the center of the front wheel and the center of the rear wheel. At equilibrium, the total torque of ... | {"url":"http://www.allcarwiki.com/wiki/Wheelbase","timestamp":"2014-04-20T00:38:42Z","content_type":null,"content_length":"34338","record_id":"<urn:uuid:1f373cc3-a60b-40b7-ac3a-54fabb53fb05>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00622-ip-10-147-4-33.ec2.internal.warc.gz"} |
Understanding Digital Signal
Under Construction
A Notebook Compiled While Reading Understanding Digital Signal Processing by Lyons
Years ago I worked for a company that made signal processing hardware for telemetry (I was working on a project to implement a data flow parallel processor). I worked with one engineer who ... | {"url":"http://www.bearcave.com/misl/misl_tech/signal/index.html","timestamp":"2014-04-18T15:39:08Z","content_type":null,"content_length":"10098","record_id":"<urn:uuid:3779d340-95b2-49ad-9582-7f7b02ad9185>","cc-path":"CC-MAIN-2014-15/segments/1397609533957.14/warc/CC-MAIN-20140416005213-00456-ip-10-147-4-33.ec2.intern... |
Lonetree, CO Algebra Tutor
Find a Lonetree, CO Algebra Tutor
...My tutoring style is NOT to provide answers but to guide students to come to the answers on their own; this way, students take ownership of their education and can be successful even when I am
not around. If the cost is a barrier, we can work it out as... | {"url":"http://www.purplemath.com/Lonetree_CO_Algebra_tutors.php","timestamp":"2014-04-16T10:21:53Z","content_type":null,"content_length":"24108","record_id":"<urn:uuid:1e96c9c7-e3e1-4057-8466-e9b241987208>","cc-path":"CC-MAIN-2014-15/segments/1397609523265.25/warc/CC-MAIN-20140416005203-00154-ip-10-147-4-33.ec2.intern... |
Connected Components
Connected Components
template<typename Graph, typename ComponentMap>
inline typename property_traits<ComponentMap>::value_type
strong_components( const Graph& g, ComponentMap c);
namespace graph {
template<typename Graph, typename VertexComponentMap>
fleischer_hendrickson_pinar_strong_componen... | {"url":"http://www.boost.org/doc/libs/1_55_0/libs/graph_parallel/doc/html/strong_components.html","timestamp":"2014-04-17T22:31:33Z","content_type":null,"content_length":"15053","record_id":"<urn:uuid:90d38568-f3b0-4885-bf4c-d69f55aa0fdb>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212... |
My Account
Solutions will be
available for download MAT 117 Appendix E
immediately upon
purchase. Price: $4.26
Additionally, you will
receive the solutions
via email.
List All Products
Advanced Search
Forgot your password?
Forgot your username?
No account yet?
Download Area
Show Cart
Yo... | {"url":"http://www.lil-help.com/index.php?page=shop.product_details&category_id=19&flypage=flypage_images.tpl&product_id=124&vmcchk=1&option=com_virtuemart&Itemid=153&pop=1","timestamp":"2014-04-16T07:14:13Z","content_type":null,"content_length":"46162","record_id":"<urn:uuid:a834095e-4ad6-4444-aa2a-1a075d15e77e>","cc-... |
J. Buhler, Z. Reichstein, On Tschirnhaus transformations, in Topics in Number Theory, edited by S. D. Ahlgren et. al., Kluwer Academic Publishers, pp. 127-142, 1999.
Abstract: We revisit the classical problem of simplifying polynomials by means of Tschirnhaus transformations. We consider Tschirnhaus transformations inv... | {"url":"http://www.math.ubc.ca/~reichst/tsch-ind.html","timestamp":"2014-04-19T19:51:34Z","content_type":null,"content_length":"1295","record_id":"<urn:uuid:a8a8de27-3dc2-4d48-81a2-be904ecb09da>","cc-path":"CC-MAIN-2014-15/segments/1397609537376.43/warc/CC-MAIN-20140416005217-00405-ip-10-147-4-33.ec2.internal.warc.gz"} |
• HomePage
• PageList
Functional Programming
Type Inference
• (incorporates former Speagram)
Kurs Pascala
Artificial General Intelligence
• General Game Playing
Algorithmic Game Theory: Prediction Markets (po polsku)
Programming in Java
kurs pracy w systemie Linux
• punkty
Evolutionary Algorithms
Data Stores an... | {"url":"http://www.ii.uni.wroc.pl/~lukstafi/pmwiki/index.php?n=AGI.AGI","timestamp":"2014-04-18T15:38:19Z","content_type":null,"content_length":"38706","record_id":"<urn:uuid:86991056-ec3e-45d5-b03a-3227daa99a93>","cc-path":"CC-MAIN-2014-15/segments/1397609533957.14/warc/CC-MAIN-20140416005213-00100-ip-10-147-4-33.ec2.... |
Design Optimization Of Switched Reluctance Machine Engineering Essay
This paper presents Particle Swarm Optimization (PSO) based design optimization of Switched Reluctance Machine (SRM).The SRM design is formulated as multiobjective constrained optimization problem.
The objective functions for obtaining desired design ... | {"url":"http://www.ukessays.com/essays/engineering/design-optimization-of-switched-reluctance-machine-engineering-essay.php","timestamp":"2014-04-16T07:30:58Z","content_type":null,"content_length":"41727","record_id":"<urn:uuid:c3e0af46-9d61-4a49-a690-52232b2d4293>","cc-path":"CC-MAIN-2014-15/segments/1398223202457.0/w... |
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: Titius-Bode Rule becomes a law of physics from Maxwell Equations
Chapt16.15 Gravity Cells #1456 ATOM TO... | {"url":"http://mathforum.org/kb/thread.jspa?threadID=2444609&messageID=8821646","timestamp":"2014-04-20T11:13:03Z","content_type":null,"content_length":"35781","record_id":"<urn:uuid:213b7a29-ba54-444c-96ff-6d0ae32ad0e9>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00029-ip-10-147-4... |
Drawing to Scale
Drawing to Scale: II
Name of Corresponding Unit Plan: Archaeological Documentation
Grade Level: 5-12
Common Core Standards:
RS9-10. 3. Follow precisely a complex multistep procedure when carrying out experiments, taking measurements, or performing technical tasks, attending to special cases or exceptio... | {"url":"http://www.lcmm.org/education/resource/stud/drawing-to-scale-ii.html","timestamp":"2014-04-18T18:10:45Z","content_type":null,"content_length":"7029","record_id":"<urn:uuid:2c2ace11-63a9-478c-b404-61a2d173fcb7>","cc-path":"CC-MAIN-2014-15/segments/1398223202774.3/warc/CC-MAIN-20140423032002-00514-ip-10-147-4-33.... |
The Complexity and Entropy of Literary Styles
The Complexity and Entropy of Literary Styles (1996)
Download Links
author = {I. Kontoyiannis},
title = {The Complexity and Entropy of Literary Styles},
year = {1996}
Since Shannon's original experiment in 1951, several methods have been applied to the problem of determinin... | {"url":"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.104.8995","timestamp":"2014-04-17T19:58:02Z","content_type":null,"content_length":"31927","record_id":"<urn:uuid:2657372e-82fc-4066-afcd-908853b6c9e7>","cc-path":"CC-MAIN-2014-15/segments/1397609530895.48/warc/CC-MAIN-20140416005210-00317-ip-10-147-4-33.ec... |
Shannon, GA Calculus Tutor
Find a Shannon, GA Calculus Tutor
...I then use the Socratic Method and go through the process by asking a question for each step. Once the person starts to get it, I then provide a person with a problem for the person to work
on, to see if the person can do it, which I'm confident that t... | {"url":"http://www.purplemath.com/Shannon_GA_calculus_tutors.php","timestamp":"2014-04-16T07:14:59Z","content_type":null,"content_length":"23999","record_id":"<urn:uuid:667ea904-91fb-4f36-945e-770431d0cbef>","cc-path":"CC-MAIN-2014-15/segments/1397609521558.37/warc/CC-MAIN-20140416005201-00563-ip-10-147-4-33.ec2.intern... |
Drinfeld associator
Drinfeld associator
Algebraic theories
Algebras and modules
Higher algebras
Model category presentations
Geometry on formal duals of algebras
Let $\mathbf{k}$ be a field of characteristic 0 and $\lambda \in \mathbf{k}^*$. A $\lambda$-Drinfeld associator, or just $\lambda$-associator, is a grouplike ... | {"url":"http://ncatlab.org/nlab/show/Drinfeld+associator","timestamp":"2014-04-21T00:16:32Z","content_type":null,"content_length":"31386","record_id":"<urn:uuid:59717028-e4f3-402d-9bf9-550bc1a9e394>","cc-path":"CC-MAIN-2014-15/segments/1397609539337.22/warc/CC-MAIN-20140416005219-00364-ip-10-147-4-33.ec2.internal.warc.... |
[FOM] Some questions regarding irrational numbers
Daniel Méhkeri dmehkeri at yahoo.ca
Thu Feb 26 21:38:57 EST 2009
> A related question, which may be closer to matters of FOM, is what is the
> "simplest" number that is conjectured to be an integer, but not known to
> be so? It seems unlikely that we can "explicitly" w... | {"url":"http://www.cs.nyu.edu/pipermail/fom/2009-February/013424.html","timestamp":"2014-04-17T21:59:50Z","content_type":null,"content_length":"3868","record_id":"<urn:uuid:ecf4e68f-7c5b-4a17-9751-0eb69b27ffc2>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00436-ip-10-147-4-33.ec2.in... |
Simultaneous Jordanization
up vote 0 down vote favorite
Hello everyone
I would like to have a detailed reference to the statement bellow:
Let $A,B\in \mathbb{R}^{n\times n}$ such that $AB=BA$. Suppose $A$ has real eigenvalues only and $B$ is diagonalizable. Then, there exists a nonsingular matrix $P$ such that $P^{-1}A... | {"url":"https://mathoverflow.net/questions/111266/simultaneous-jordanization","timestamp":"2014-04-16T22:17:36Z","content_type":null,"content_length":"54457","record_id":"<urn:uuid:7bbcfb83-c123-4ed7-abcc-e984425878b5>","cc-path":"CC-MAIN-2014-15/segments/1397609525991.2/warc/CC-MAIN-20140416005205-00532-ip-10-147-4-33... |
MathGroup Archive: October 2002 [00547]
[Date Index] [Thread Index] [Author Index]
Combination/Permutation questions
• To: mathgroup at smc.vnet.net
• Subject: [mg37436] Combination/Permutation questions
• From: michael_chang86 at hotma... | {"url":"http://forums.wolfram.com/mathgroup/archive/2002/Oct/msg00547.html","timestamp":"2014-04-20T11:02:38Z","content_type":null,"content_length":"36714","record_id":"<urn:uuid:08eeb9ae-37ac-4b4a-abe7-a0049cfc571d>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00084-ip-10-147-4-33.... |
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:
Hi! Could someone pleaseeeeeeee help me!! If the legs of a rig... | {"url":"http://openstudy.com/updates/508dc8c7e4b078e4677b5c6c","timestamp":"2014-04-21T04:41:28Z","content_type":null,"content_length":"39359","record_id":"<urn:uuid:41971d81-19b5-4fb3-8f7b-582fe477d29b>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00471-ip-10-147-4-33.ec2.internal.... |
Laws of Logarithms
October 21st 2007, 05:36 PM
Laws of Logarithms
In order to simplify the function ln(e^e^x) would I use the law ln(a^x) = x? This would give me e^x
And for the function e^(ln(2x+1)) would I use the law e^ln(x) = x? This would give me 2x+1
Sorry if the notation is confusing, I hope it makes... | {"url":"http://mathhelpforum.com/algebra/21022-laws-logarithms-print.html","timestamp":"2014-04-20T02:03:50Z","content_type":null,"content_length":"5366","record_id":"<urn:uuid:b55abc8d-7fd8-46a4-8b87-8748c2f31452>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00551-ip-10-147-4-33.ec2... |
calculate mass of the wire
December 6th 2009, 05:37 PM #1
Junior Member
Dec 2009
calculate mass of the wire
If anyone is able to help me with this problem, I would greatly appreciate it. Since this is also an even numbered question, im not able to look up the answer. Special thanks to Scott who helped
me wi... | {"url":"http://mathhelpforum.com/calculus/118967-calculate-mass-wire.html","timestamp":"2014-04-18T09:43:11Z","content_type":null,"content_length":"42675","record_id":"<urn:uuid:bdfe2230-9bc4-494e-94b1-e8c241b8a62f>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00109-ip-10-147-4-33.ec... |
Math Anxiety Scale Survey Form
Authors Haiyan Bai, LihShing Wang, Wei Pan, and Mary Frey
Bai, H., Wang, L., Pan, W., & Frey, M. (2009). Measuring mathematics anxiety: Psychometric analysis of a bidimensional affective scale. Journal of Instructional Psychology, 36 (3),
Citation 185-193.
Purp... | {"url":"http://www.thefindingsgroup.com/groups/measures/wiki/a626a/Math_Anxiety_Scale_Survey_Form.html","timestamp":"2014-04-19T22:06:12Z","content_type":null,"content_length":"18974","record_id":"<urn:uuid:8db56080-b421-42f4-9e0b-b9654e44d81a>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/CC-MAIN-20140416... |
188 helpers are online right now
75% of questions are answered within 5 minutes.
is replying to Can someone tell me what button the professor is hitting...
• Teamwork 19 Teammate
• Problem Solving 19 Hero
• Engagement 19 Mad Hatter
• You have blocked this person.
• ✔ You're a fan Checking fan status...
Thanks... | {"url":"http://openstudy.com/users/nicoleshaw/asked","timestamp":"2014-04-17T07:07:47Z","content_type":null,"content_length":"103116","record_id":"<urn:uuid:5f6282b3-02e2-4c05-83c4-b8dbb6a87f5d>","cc-path":"CC-MAIN-2014-15/segments/1397609526311.33/warc/CC-MAIN-20140416005206-00265-ip-10-147-4-33.ec2.internal.warc.gz"} |
Major requirements
N.B. The Mathematics and Computer Science major has been eliminated effective for students entering Wheaton Spring 2014 and beyond. While existing Wheaton students may complete the major, students
are strongly encouraged to consult with a faculty member to explore either a major in Mathematics and mi... | {"url":"http://wheatoncollege.edu/mathematics-computer-science/majors/","timestamp":"2014-04-16T13:05:44Z","content_type":null,"content_length":"13084","record_id":"<urn:uuid:373889a8-6a18-4296-a47b-e602e624fc08>","cc-path":"CC-MAIN-2014-15/segments/1397609523429.20/warc/CC-MAIN-20140416005203-00148-ip-10-147-4-33.ec2.... |
Mary's Triangle Calculator
by Deborah Jones (auntdjones@bellsouth.net)
From any set of instructions for a quilt block containing Mary's Triangles, begin with the measurement for the small corner unit, referring to the following illustration:
... | {"url":"http://phoenixquiltguild.org/meetings/2008/MarysTriangle.html","timestamp":"2014-04-20T23:30:44Z","content_type":null,"content_length":"2311","record_id":"<urn:uuid:a293521e-1d77-4614-8a61-78c2c4bd112b>","cc-path":"CC-MAIN-2014-15/segments/1398223210034.18/warc/CC-MAIN-20140423032010-00440-ip-10-147-4-33.ec2.in... |
Points of Inflection
October 10th 2012, 11:19 PM #1
Points of Inflection
the question is find the points of inflection of f(x) = 1/2x^4+x^3+6x^2-2x-4
now my understanding is that to find points of inflection, i would need to find the 2nd derivative first, right?
this is what i have for the 2nd D - 6x^2+6x+1... | {"url":"http://mathhelpforum.com/calculus/205084-points-inflection.html","timestamp":"2014-04-18T22:07:19Z","content_type":null,"content_length":"40753","record_id":"<urn:uuid:37676d05-ed14-4d40-b0ce-07e05c9a3ab4>","cc-path":"CC-MAIN-2014-15/segments/1397609539447.23/warc/CC-MAIN-20140416005219-00290-ip-10-147-4-33.ec2... |
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:
Is partial differential equations and differential equations t... | {"url":"http://openstudy.com/updates/510481c0e4b0ad57a56327b4","timestamp":"2014-04-20T11:13:39Z","content_type":null,"content_length":"44358","record_id":"<urn:uuid:a4fb6ef8-ab15-4e48-b087-75fc0c109ddd>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00547-ip-10-147-4-33.ec2.internal.... |
Triple integral problem
August 3rd 2009, 01:54 PM #1
Aug 2009
Triple integral problem
[IMG]file:///C:/DOCUME%7E1/AWCOLL%7E1/LOCALS%7E1/Temp/moz-screenshot-2.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/AWCOLL%7E1/LOCALS%7E1/Temp/moz-screenshot-3.jpg[/IMG]Hello, I think I am just doing the
integration with respect to... | {"url":"http://mathhelpforum.com/calculus/96875-triple-integral-problem.html","timestamp":"2014-04-18T13:55:13Z","content_type":null,"content_length":"35031","record_id":"<urn:uuid:737fe1d6-8027-4a8e-bb7c-2da4327fefa2>","cc-path":"CC-MAIN-2014-15/segments/1397609533689.29/warc/CC-MAIN-20140416005213-00520-ip-10-147-4-3... |
Another SQL Suduko Solver
There's been quite a few posts out there with SQL implementations of Suduko puzzle solvers:
• This one is a T-SQL solver, but it really doesn't do any set-based operations and doesn't really make use of SQL that much.
• I found this one written in Oracle, which looks pretty short and is de... | {"url":"http://weblogs.sqlteam.com/Jeffs/archive/2006/04/06/9545.aspx","timestamp":"2014-04-19T06:52:22Z","content_type":null,"content_length":"60415","record_id":"<urn:uuid:266ed44c-3956-4c34-8923-cebb122a722f>","cc-path":"CC-MAIN-2014-15/segments/1397609536300.49/warc/CC-MAIN-20140416005216-00027-ip-10-147-4-33.ec2.i... |
rank(AHH^-1) <= rank(AH)
I need to prove that rank(AHH^-1) <= rank(AH) When H is nonsingular nxn, and A is mxn.
Well it's a two part question, with the idea being that in the end we're going to prove rank(AH) = rank(A) Part 1 is what you did above. To prove that rank(AH)<=rank(A). Part 2 is to prove rank (AHH^
-1) <= r... | {"url":"http://mathhelpforum.com/advanced-algebra/103696-rank-ahh-1-rank-ah.html","timestamp":"2014-04-16T17:11:41Z","content_type":null,"content_length":"37451","record_id":"<urn:uuid:4b224507-f9c6-4b32-a0d2-3ab5038dfa01>","cc-path":"CC-MAIN-2014-15/segments/1397609524259.30/warc/CC-MAIN-20140416005204-00329-ip-10-147... |
Prove the LCM of an element in a group
February 18th 2010, 11:21 AM
Prove the LCM of an element in a group
If $G_1, G_2, . . . , G_n$ are finite groups, prove that the order of $(a_1, a_2, . . . , a_n)$ in $G_1 \times G_2 \times ... \times G_n$ is the LCM of the orders $|a_1|, |a_2|, ..., |a_n|$.
Attempt at the... | {"url":"http://mathhelpforum.com/advanced-algebra/129489-prove-lcm-element-group-print.html","timestamp":"2014-04-18T21:51:26Z","content_type":null,"content_length":"11759","record_id":"<urn:uuid:c127b84f-f7bf-4769-8200-e0ddaee5f8db>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00198... |
Archimedes, Quadrature of the Parabola 12
Return to Vignettes of Ancient Mathematics
Return to Archimedes, Quadrature of the Parabola, content
Prop. 13
Prop. 15
(diagram 1) Let there be a segment BQG enclosed by a straight-line and a section of a right-angled cone. First, let, in fact, BG be at right angles to the diam... | {"url":"http://web.calstatela.edu/faculty/hmendel/Ancient%20Mathematics/Archimedes/QuadraturaParabolae/Theorem14/QP.Theorem14.html","timestamp":"2014-04-21T07:29:43Z","content_type":null,"content_length":"9170","record_id":"<urn:uuid:48d597ea-3af9-48e6-b898-6f91e3058c0b>","cc-path":"CC-MAIN-2014-15/segments/13976095396... |
3-Colourability Unknown to ISGCI
Clique Polynomial
Clique cover Unknown to ISGCI
Cliquewidth Unbounded
Cliquewidth expression Unbounded or NP-complete
Colourability Unkno... | {"url":"http://www.graphclasses.org/classes/AUTO_1644.html","timestamp":"2014-04-17T07:59:59Z","content_type":null,"content_length":"36107","record_id":"<urn:uuid:4dab66ea-efc7-4c0c-be8b-8823d2dbaaf6>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140423032003-00294-ip-10-147-4-33.ec2.internal.warc... |
How do I find z using the theorem of De Moivre
October 1st 2011, 06:45 AM
How do I find z using the theorem of De Moivre
I was going through some old work sheets and couldn't seem to do this one for some reason...
If $z^2=2-2i$ find $z$ using the theorem of De Moivre.
What I did:
$8^{\frac{1}{4}} (cis\l... | {"url":"http://mathhelpforum.com/pre-calculus/189255-how-do-i-find-z-using-theorem-de-moivre-print.html","timestamp":"2014-04-19T23:50:19Z","content_type":null,"content_length":"13486","record_id":"<urn:uuid:03561df0-afb0-42eb-b01e-739d38a7a976>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/CC-MAIN-2014041... |
= Preview Document = Member Document = Pin to Pinterest
Colorful multiplication table bookmarks to use alone or in conjunction with the interactive multiplication games. Complete set, x1 through x12.
5 pages of worksheets to practice 2-digit multiplication, plus answers.
"Mike's hockey team has scored an av... | {"url":"http://www.abcteach.com/directory/subjects-math-multiplication-652-7-6","timestamp":"2014-04-17T10:28:23Z","content_type":null,"content_length":"151596","record_id":"<urn:uuid:dfe46712-5ef6-40a1-9d70-9930eaf6dcab>","cc-path":"CC-MAIN-2014-15/segments/1397609539776.45/warc/CC-MAIN-20140416005219-00657-ip-10-147-... |
A 'brick wall' horizon?
Sabbir Rahman ("LEJ Brouwer") asked about a group of arXiv eprints which
(as I think he knows) have previously been castigated in this newsgroup
for committing elementary student errors.
Steve Carlip briefly explained the most fundamental of these errors, but
unfortunately the comment by Mark Ho... | {"url":"http://www.physicsforums.com/showthread.php?t=141985","timestamp":"2014-04-17T21:31:11Z","content_type":null,"content_length":"67216","record_id":"<urn:uuid:be56107c-fc2d-4026-a679-f16bd9ac4d18>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00572-ip-10-147-4-33.ec2.internal.w... |
What is WAR good for?
The quick answer to the title’s question is, of course, not absolutely nothing. What wins above replacement, or what is more commonly referred to as WAR, is actually good for is much more complicated
and involved.
This past weekend, I had the honor and pleasure to present a paper at the 2012 Saber... | {"url":"http://www.hardballtimes.com/what-is-war-good-for/","timestamp":"2014-04-18T01:19:06Z","content_type":null,"content_length":"80627","record_id":"<urn:uuid:b2c206ed-dc03-4474-b906-627e3764b156>","cc-path":"CC-MAIN-2014-15/segments/1398223206147.1/warc/CC-MAIN-20140423032006-00663-ip-10-147-4-33.ec2.internal.warc... |
Compute differential on cotangent bundle
up vote 0 down vote favorite
This is my question. Can we compute easily the differential of the following map ?
$$ f:(x,\xi^\star)\in TS^{2n-1} \mapsto \xi^\star(ix)\in \mathbb{R} $$
where $TS^{2n-1}$ is the cotangent bundle of the odd sphere $S^{2n-1}\subset \mathbb{C}^n$. Noti... | {"url":"http://mathoverflow.net/questions/73808/compute-differential-on-cotangent-bundle?sort=oldest","timestamp":"2014-04-19T12:37:59Z","content_type":null,"content_length":"51181","record_id":"<urn:uuid:bbe191c3-c3c1-4fec-ae69-5c6513c349df>","cc-path":"CC-MAIN-2014-15/segments/1397609537186.46/warc/CC-MAIN-2014041600... |
Find the sum of the values of
April 3rd 2008, 11:05 AM #1
Nov 2006
Find the sum of the values of
Find the sum of the values of x such that
$\cos^3 3x+ \cos^3 5x = 8 \cos^3 4x \cos^3 x,$
where x is measured in degrees and 0< x< 360.
Use the product to sum formula on the RHS,
$8\cos^34x\cos^3x=(2\... | {"url":"http://mathhelpforum.com/trigonometry/33109-find-sum-values.html","timestamp":"2014-04-19T15:25:34Z","content_type":null,"content_length":"33324","record_id":"<urn:uuid:63396f8b-d8dd-4278-9286-43e901754f7d>","cc-path":"CC-MAIN-2014-15/segments/1397609537308.32/warc/CC-MAIN-20140416005217-00655-ip-10-147-4-33.ec... |
Riemannian geometry
Riemannian geometry
Riemannian geometry
Basic definitions
Further concepts
Differential geometry
Riemannian geometry studies smooth manifolds that are equipped with a Riemannian metric: Riemannian manifolds.
In index theory:
• Isaac Chavel, Riemannian geometry – A modern introduction Cambridge Uni... | {"url":"http://www.ncatlab.org/nlab/show/Riemannian+geometry","timestamp":"2014-04-18T05:32:54Z","content_type":null,"content_length":"43105","record_id":"<urn:uuid:ca5c6443-e6f5-49c8-96da-40e0cb624daf>","cc-path":"CC-MAIN-2014-15/segments/1397609532573.41/warc/CC-MAIN-20140416005212-00267-ip-10-147-4-33.ec2.internal.w... |
Computations of cup products in Serre's Local Fields
up vote 3 down vote favorite
I have been reading the appendix in Serre's Local fields, to do with explicit computations of cup products (pg 176), but I'm stuck on one bit of lemma 4. It goes as follows
Let B be a $G$-module, $u: G \times G \rightarrow B$ a 2-cocycle ... | {"url":"http://mathoverflow.net/questions/121128/computations-of-cup-products-in-serres-local-fields?sort=oldest","timestamp":"2014-04-19T05:14:27Z","content_type":null,"content_length":"57829","record_id":"<urn:uuid:fa3894e5-9caa-47d3-a041-af256cb2c3da>","cc-path":"CC-MAIN-2014-15/segments/1397609535775.35/warc/CC-MAI... |
Calculus Skills
Welcome to Calculus Skills Page for Students
The Department of Mathematical Sciences at Rensselaer believes that all Engineering and Science students in Calculus should become proficient in solving basic problems. It is important to work
carefully and accurately and Calculus is a good place to develop ... | {"url":"http://calculus.math.rpi.edu/","timestamp":"2014-04-20T15:51:58Z","content_type":null,"content_length":"3609","record_id":"<urn:uuid:942f7a64-34a6-4879-b91d-b015ff614dd2>","cc-path":"CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-20140416005218-00511-ip-10-147-4-33.ec2.internal.warc.gz"} |
Simultaneous equation of two Graph line equations.?
October 21st 2009, 04:54 AM
Simultaneous equation of two Graph line equations.?
Hi, i have two graphs
One that is Price against Demand. this has the line equation of
P(price) = 21 - 3/2 d (demand)
the second graph is price against supply which has the ... | {"url":"http://mathhelpforum.com/algebra/109437-simultaneous-equation-two-graph-line-equations-print.html","timestamp":"2014-04-20T14:53:06Z","content_type":null,"content_length":"5392","record_id":"<urn:uuid:724393b1-6cdb-4531-86ec-b9b15d6c1e98>","cc-path":"CC-MAIN-2014-15/segments/1397609538787.31/warc/CC-MAIN-201404... |
AikiWeb Aikido Forums - View Single Post - aikikai yudansha exam cost
09-22-2011, #9
09:29 PM
Join Date: Jun Re: aikikai yudansha exa... | {"url":"http://www.aikiweb.com/forums/showpost.php?p=293192&postcount=9","timestamp":"2014-04-21T14:59:15Z","content_type":null,"content_length":"9840","record_id":"<urn:uuid:865bf5ec-e869-4d13-820f-7bc2c7a13e6e>","cc-path":"CC-MAIN-2014-15/segments/1397609540626.47/warc/CC-MAIN-20140416005220-00337-ip-10-147-4-33.ec2.... |
Beach Center, CA Math Tutor
Find a Beach Center, CA Math Tutor
...Most of my family thought I would major in mathematics since I was in 1st grade. Over half of all my relatives are in education and we all have a passion for helping others. There is no
greater feeling in the world than being able to impart knowledge... | {"url":"http://www.purplemath.com/Beach_Center_CA_Math_tutors.php","timestamp":"2014-04-18T23:56:24Z","content_type":null,"content_length":"24128","record_id":"<urn:uuid:1e8e0470-cebe-444e-9ee7-0953257356a4>","cc-path":"CC-MAIN-2014-15/segments/1398223202457.0/warc/CC-MAIN-20140423032002-00427-ip-10-147-4-33.ec2.intern... |
D.: A Unifying Approach to Data-Independence
Results 1 - 10 of 14
- In Schichtenberg and Steinbruggen [16 , 2001
"... Introduction SAMSON ABRAMSKY (samson@comlab.ox.ac.uk) Oxford University Computing Laboratory 1. Introduction Game Semantics has emerged as a powerful paradigm for giving semantics to a variety
of progra... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=510831","timestamp":"2014-04-18T09:08:52Z","content_type":null,"content_length":"39009","record_id":"<urn:uuid:8fb4810a-ff54-4e4b-80b9-67c67270fa9f>","cc-path":"CC-MAIN-2014-15/segments/1397609533121.28/warc/CC-MAIN-20140416005213-00049-ip-10-147-4-33.ec2.internal.war... |
Raised cosine filter for transmit pulse shaping
In the previous post on transmit filtering using Nyquist pulse, we had briefly learned that the information symbol $a_m$ with a symbol period $T$ can be transmitted without inter symbol interference
(ISI) by using Nyquist pulse,
$g(t) = \frac{sin(\pi t/T)}{\pi t/T},\mbox{... | {"url":"http://www.dsplog.com/2008/04/22/raised-cosine-filter-for-transmit-pulse-shaping/","timestamp":"2014-04-20T03:11:24Z","content_type":null,"content_length":"126977","record_id":"<urn:uuid:bb0f5dbe-24bb-4819-9cd2-c99524ba4a13>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00292... |
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:
• one year ago
• one year ago
Best Response
You've... | {"url":"http://openstudy.com/updates/50a898b2e4b0129a3c9037e7","timestamp":"2014-04-19T15:14:25Z","content_type":null,"content_length":"74263","record_id":"<urn:uuid:6fc6bdee-8b03-4d52-aad6-a3df4489655f>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00431-ip-10-147-4-33.ec2.internal.w... |
argument a set of propositions where one (the "corollary") is claimed to follow from the others (the "premises").
○ valid argument one whose corollary is true whenever all the premises are true;
○ validation the process of ascertaining the validity of an argument; cf proof of theorem.
ax... | {"url":"http://info.ee.surrey.ac.uk/Teaching/Courses/MathComp/logic/thes.html","timestamp":"2014-04-16T10:10:33Z","content_type":null,"content_length":"9588","record_id":"<urn:uuid:1e54bca8-7a0a-4830-903f-e0f1afff3112>","cc-path":"CC-MAIN-2014-15/segments/1397609523265.25/warc/CC-MAIN-20140416005203-00249-ip-10-147-4-3... |
Bayesian methods for robustness in process optimization
Abstract (Summary)
iii The core objective of the research presented in this dissertation is to develop new methodologies based on Bayesian inference procedures for some problems occurring in manufacturing processes.
The use of Bayesian methods of inference provide... | {"url":"http://www.openthesis.org/documents/Bayesian-methods-robustness-in-process-142943.html","timestamp":"2014-04-21T05:00:07Z","content_type":null,"content_length":"12073","record_id":"<urn:uuid:535faa8b-d256-4ff0-b8b3-e4a8b8b9377b>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-0... |
Math Tools Discussion: Software Help, Tutorial software for high school algebra
Discussion: Software Help
Topic: Tutorial software for high school algebra
<< see all messages in this topic
< previous message | next message >
Subject: RE: Tutorial software for high school algebra
Author: FByrne
Date: Sep 5 200... | {"url":"http://mathforum.org/mathtools/discuss.html?context=dtype&do=r&msg=55922","timestamp":"2014-04-20T06:36:58Z","content_type":null,"content_length":"16077","record_id":"<urn:uuid:756fca2b-9d20-42c7-8866-d7d2e89dd921>","cc-path":"CC-MAIN-2014-15/segments/1397609538022.19/warc/CC-MAIN-20140416005218-00350-ip-10-147... |
Marlborough, MA Algebra 1 Tutor
Find a Marlborough, MA Algebra 1 Tutor
...The multiple-choice section in the SAT Writing tests a short list of grammatical issues. I review those issues with students and teach them how to spot the issues in questions. For the essay,
we discuss what goes into a good essay, what stude... | {"url":"http://www.purplemath.com/Marlborough_MA_algebra_1_tutors.php","timestamp":"2014-04-20T04:19:58Z","content_type":null,"content_length":"24289","record_id":"<urn:uuid:54e40557-ff39-47cb-af58-85543807ee1c>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00246-ip-10-147-4-33.ec2.i... |
40 CFR Part 136, Appendix B to Part 136 - Definition and Procedure for the Determination of the Method Detection Limit-Revision 1.11
View PDF at GPO Pt. 136, App. B
Appendix B to Part
—Definition and Procedure for the Determination of the Method Detection Limit—Revision 1.11
The method detection limit (MDL) is defined ... | {"url":"http://www.law.cornell.edu/cfr/text/40/part-136/appendix-B?quicktabs_7=2","timestamp":"2014-04-18T23:05:36Z","content_type":null,"content_length":"37924","record_id":"<urn:uuid:b2e8f34a-f0ad-402a-a1ee-6d23a8329782>","cc-path":"CC-MAIN-2014-15/segments/1398223206120.9/warc/CC-MAIN-20140423032006-00373-ip-10-147-... |
Irrational Numbers
Next: Real Numbers Up: Numbers Previous: Rational Numbers Contents
An irrational number^8 is one that cannot be written as a ratio of two integers e.g. . It is not immediately obvious that numbers like this exist at all. When rational numbers were discovered (or
invented, as you prefer) by the P... | {"url":"http://www.phy.duke.edu/~rgb/Class/math_for_intro_physics/math_for_intro_physics/node10.html","timestamp":"2014-04-18T09:19:18Z","content_type":null,"content_length":"7993","record_id":"<urn:uuid:762d8029-9a1c-49ab-a817-5772be9a9580>","cc-path":"CC-MAIN-2014-15/segments/1397609533121.28/warc/CC-MAIN-20140416005... |
Linear vibrations of continuum with fractional derivatives
In this paper, linear vibrations of axially moving systems which are modelled by a fractional derivative are considered. The approximate analytical solution is obtained by applying the method of
multiple scales. Including stability analysis, the effects of vari... | {"url":"http://www.boundaryvalueproblems.com/content/2013/1/104/","timestamp":"2014-04-17T21:30:09Z","content_type":null,"content_length":"199411","record_id":"<urn:uuid:6a3980ec-2a56-4c4b-9116-e94647162a6d>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00600-ip-10-147-4-33.ec2.inter... |
Thank You Dr. Fourier
« Gis + Google Maps = Wiki Fun | Main | SPARCStations »
August 16, 2005
Thank You Dr. Fourier
Recently, I noticed that there don't seem to be any Free (as... | {"url":"http://blog.case.edu/ajc30/2005/08/thank_you_dr_fo.html","timestamp":"2014-04-18T18:13:49Z","content_type":null,"content_length":"6320","record_id":"<urn:uuid:418d0728-694a-41a4-ae5c-edac2720a826>","cc-path":"CC-MAIN-2014-15/segments/1398223203841.5/warc/CC-MAIN-20140423032003-00611-ip-10-147-4-33.ec2.internal.... |
hi Shishkin
Welcome to the forum.
To do this you need to work backwards to the total scores.
Av of 17 in 15 games means the total was 17 x 15
Av of 21 in 20 games means the total was 21 x 20
By subtracting one from the other you will get the score in the 5 new games. Then divide by 5.
Hope that helps.
You cannot teach ... | {"url":"http://www.mathisfunforum.com/viewtopic.php?id=20474","timestamp":"2014-04-17T10:05:19Z","content_type":null,"content_length":"19135","record_id":"<urn:uuid:466dde1f-18f8-4548-9da7-3e39747ba526>","cc-path":"CC-MAIN-2014-15/segments/1398223206147.1/warc/CC-MAIN-20140423032006-00620-ip-10-147-4-33.ec2.internal.wa... |
Herman H.J. Lynge & Søn A/S (International Antiquarian Booksellers Since 1821)
EDITIO PRINCEPS OF THE ELEMENTS OF EUCLID & PROCLUS' COMMENTARY
EUCLID OF ALEXANDRIA. - PROCLUS - PROKLOS.
STOICHEION BIBL. IE' EK TON THEONOS SYNOUSION. Eis tou ... | {"url":"http://www.lynge.com/item.php?bookid=39822&s_currency=EUR","timestamp":"2014-04-21T04:37:17Z","content_type":null,"content_length":"26692","record_id":"<urn:uuid:f930744a-e767-4d21-9c2a-4857ea2496fb>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00250-ip-10-147-4-33.ec2.inter... |
Elliptic curves over a general ring
Sage defines an elliptic curve over a ring \(R\) as a ‘Weierstrass Model’ with five coefficients \([a_1,a_2,a_3,a_4,a_6]\) in \(R\) given by
\(y^2 + a_1 xy + a_3 y = x^3 +a_2 x^2 +a_4 x +a_6\).
Note that the (usual) scheme-theoretic definition of an elliptic curve over \(R\) would re... | {"url":"http://sagemath.org/doc/reference/plane_curves/sage/schemes/elliptic_curves/ell_generic.html","timestamp":"2014-04-16T19:10:11Z","content_type":null,"content_length":"172013","record_id":"<urn:uuid:36d1453b-687e-497b-afb9-0edc52b1d288>","cc-path":"CC-MAIN-2014-15/segments/1397609524644.38/warc/CC-MAIN-201404160... |
Visualization for 2D Axisymmetric Electromagnetics Models
Visualization for 2D Axisymmetric Electromagnetics Models
Today we’ll look at how to make 3D plots of vector fields that are computed using the 2D axisymmetric formulation found in the Electromagnetic Waves, Frequency Domain interface within the RF and Wave
Opt... | {"url":"http://www.comsol.com/blogs/visualization-2d-axisymmetric-electromagnetics-models/","timestamp":"2014-04-18T14:06:08Z","content_type":null,"content_length":"60246","record_id":"<urn:uuid:cc338dce-67b4-470b-8a27-091f4317d01d>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00092... |
del popolo dough recipe
this was published on the popular science web site. can craig and the other natural leavened group analyze this to see how it compares to your methods
Darsky uses flour from Utah and Colorado and leavens the pizza dough with a sourdough starter he got in San Francisco. Pizzamaking requires micro... | {"url":"http://www.pizzamaking.com/forum/index.php?topic=19817.msg194309","timestamp":"2014-04-17T07:12:02Z","content_type":null,"content_length":"47721","record_id":"<urn:uuid:7baf2746-971d-45ca-8eed-ed5d4528fc6a>","cc-path":"CC-MAIN-2014-15/segments/1397609526311.33/warc/CC-MAIN-20140416005206-00329-ip-10-147-4-33.ec... |
IF Excel function
IF(logical_test, [value_if_true], [value_if_false])
The IF function syntax has the following arguments:
● logical_test (Required): Any value or expression that can be calculated to give TRUE or FALSE answer.
● value_if_true (Optional): Value or calculation that you want to be returned when the ... | {"url":"http://www.excelformulaslist.com/logical/IF","timestamp":"2014-04-19T01:47:34Z","content_type":null,"content_length":"21566","record_id":"<urn:uuid:03b72da3-1a8f-40a7-a18e-406398d50024>","cc-path":"CC-MAIN-2014-15/segments/1398223207046.13/warc/CC-MAIN-20140423032007-00485-ip-10-147-4-33.ec2.internal.warc.gz"} |
[FOM] Modal logic with scope-modifying operators
Aatu Koskensilta aatu.koskensilta at xortec.fi
Thu Dec 29 04:26:33 EST 2005
On Dec 28, 2005, at 7:58 PM, Thomas Forster wrote:
> [The logic mentioned in the subject] sounds very like Hintikka's
> "Independence-friendly" logic.....
Indeed it does, if for no other reason ... | {"url":"http://www.cs.nyu.edu/pipermail/fom/2005-December/009503.html","timestamp":"2014-04-20T03:13:54Z","content_type":null,"content_length":"4576","record_id":"<urn:uuid:946d393e-632c-47df-a3d8-e560d371f393>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00552-ip-10-147-4-33.ec2.in... |
Probability Question
You have 40 different books (20 math, 15 history and 5 geography)
A. You pick on book at random. What is the probability that the book is a history book?
B. You pick two books at random, one at at time. What is the probability that both books are history books? | {"url":"http://mathhelpforum.com/discrete-math/23357-probability-question.html","timestamp":"2014-04-17T23:16:38Z","content_type":null,"content_length":"45975","record_id":"<urn:uuid:c29496e5-d57f-49ee-b7e3-026691560f70>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00570-ip-10-147-4... |
Linear programming : foundations and extensions
Results 1 - 10 of 108
- BOOK , 2001
"... This part will get you started in thinking about designing and analyzing algorithms. It is intended to be a gentle introduction to how we specify algorithms, some of the design strategies we
will use throughout this book, and many ... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=135112","timestamp":"2014-04-18T11:59:47Z","content_type":null,"content_length":"39492","record_id":"<urn:uuid:7288a48c-406c-4c93-a188-f79c175e8c92>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-20140416005213-00070-ip-10-147-4-33.ec2.internal.war... |
The Ising model
Next: About this document ... Up: Monte-Carlo methods Previous: Monte-Carlo integration
Ferromagnetism arises when a collection of atomic spins align such that their associated magnetic moments all point in the same direction, yielding a net magnetic moment which is macroscopic in size.
The simplest... | {"url":"http://farside.ph.utexas.edu/teaching/329/lectures/node110.html","timestamp":"2014-04-20T08:14:37Z","content_type":null,"content_length":"68950","record_id":"<urn:uuid:fc7e8fd5-914a-4acc-88a6-7e4e618fdc9a>","cc-path":"CC-MAIN-2014-15/segments/1397609538110.1/warc/CC-MAIN-20140416005218-00572-ip-10-147-4-33.ec2.... |
Electrodynamics/Solving Maxwell's Equations
From Wikibooks, open books for an open world
We will solve the two equations for the potentials, and put them together to generate a solution for E and B. The two equations are
$abla^2 \phi -\mu_0 \epsilon_0 \frac{\partial^2 \phi} {\partial t^2} = -\frac{\rho}{\epsilon_0}... | {"url":"http://en.wikibooks.org/wiki/Electrodynamics/Solving_Maxwell's_Equations","timestamp":"2014-04-19T09:39:59Z","content_type":null,"content_length":"28255","record_id":"<urn:uuid:190bb046-366e-42d1-b840-ffb0ff56e14b>","cc-path":"CC-MAIN-2014-15/segments/1397609537097.26/warc/CC-MAIN-20140416005217-00360-ip-10-147... |
Funny Statisticians Jokes
Jokes about Statisticians
Read the funniest jokes about Statisticians
Know a good Statisticians joke that's missing here?
Tell us
and we place your joke with your name on WorkJoke.com
Want to sponsor this page? Please
contact us
for more information!
Three statisticians went out hunting, and c... | {"url":"http://www.workjoke.com/statisticians-jokes.html","timestamp":"2014-04-18T18:12:23Z","content_type":null,"content_length":"18056","record_id":"<urn:uuid:66488615-555d-4d9b-b999-3efcbb629437>","cc-path":"CC-MAIN-2014-15/segments/1398223210034.18/warc/CC-MAIN-20140423032010-00033-ip-10-147-4-33.ec2.internal.warc.... |
Identifying the Distribution of Your Data
Identifying the Distribution of Your Data
To choose the right statistical analysis, you need to know the distribution of your data. Suppose that you want to assess the capability of your process. If you conduct an analysis that assumes that
the data follow a normal distribution... | {"url":"http://www.minitab.com/en-us/Support/Tutorials/Identifying-the-Distribution-of-Your-Data/","timestamp":"2014-04-20T05:43:00Z","content_type":null,"content_length":"125686","record_id":"<urn:uuid:1739440b-8835-44a2-a0f3-49a9d182789d>","cc-path":"CC-MAIN-2014-15/segments/1397609538022.19/warc/CC-MAIN-201404160052... |
Poisson equation within a sphere
May 4th 2009, 03:44 PM #1
Oct 2008
Poisson equation within a sphere
hey, can someone help me solve the poisson equation within a sphere, with r from 0 to R and the solution having a boundary of 0 at R? The right hand side of the equation (non-homogeneous side) is
set equal t... | {"url":"http://mathhelpforum.com/advanced-applied-math/87480-poisson-equation-within-sphere.html","timestamp":"2014-04-18T19:58:15Z","content_type":null,"content_length":"31654","record_id":"<urn:uuid:622a293f-98b0-4b31-8229-81efd83a3307>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.7/warc/CC-MAIN-20140416005215-... |
Posts about Review on viXra log
Book review: Love and Math
October 20, 2013
“There is a secret world out there.” This is the beginning of Edward Frenkels book about his mathematics and his story of how he fell in love with it. Popular books about mathematics are rare
compared to areas of science such as particle physic... | {"url":"http://blog.vixra.org/category/review/","timestamp":"2014-04-17T03:48:30Z","content_type":null,"content_length":"96679","record_id":"<urn:uuid:9924b347-27b2-4e0f-8fad-5e215be3fc64>","cc-path":"CC-MAIN-2014-15/segments/1398223207985.17/warc/CC-MAIN-20140423032007-00526-ip-10-147-4-33.ec2.internal.warc.gz"} |
SCIENCE AND MEDICINE It Is Estimated That The... | Chegg.com
SCIENCE AND MEDICINE It is estimated that the Earth is losing 4,000 species of plants and animals each year to extinction. Let S represent the number of species living last year. Represent the number
of species alive this year, in terms of S. | {"url":"http://www.chegg.com/homework-help/science-medicine-estimated-earth-losing-4-000-species-plants-chapter-11-problem-50x1-solution-9780073384177-exc","timestamp":"2014-04-18T06:53:59Z","content_type":null,"content_length":"108825","record_id":"<urn:uuid:5baae933-c9fa-44e0-84eb-ff69722636ce>","cc-path":"CC-MAIN-20... |
Re: st: D. Time series operator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: D. Time series operator
From Michael Hanson <mshanson@mac.com>
To statalist@hsphsun2.harvard.edu
Subject Re: st: D. Time series operator
Date Thu, 13 Nov 2008 20:59:17 -0500
On Nov 13, 2008, at ... | {"url":"http://www.stata.com/statalist/archive/2008-11/msg00590.html","timestamp":"2014-04-20T03:18:44Z","content_type":null,"content_length":"9087","record_id":"<urn:uuid:c5d0c893-a404-4cde-93a4-1ca8965729bb>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00398-ip-10-147-4-33.ec2.int... |