content stringlengths 86 994k | meta stringlengths 288 619 |
|---|---|
Haddon Township, NJ Algebra 2 Tutor
Find a Haddon Township, NJ Algebra 2 Tutor
...I have used my extensive proofreading skills in both professional and educational settings. I can teach you how to proofread your own writing, which is critical to achieving competent writing
skills. I tutored elementary math on a dai... | {"url":"http://www.purplemath.com/haddon_township_nj_algebra_2_tutors.php","timestamp":"2014-04-20T11:21:15Z","content_type":null,"content_length":"24602","record_id":"<urn:uuid:7088caf6-d799-4982-be10-5096c8553f9e>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00580-ip-10-147-4-33.e... |
Vector Space
Linear Algebra for Quantum Mechanics
Michael Fowler 10/14/08
We’ve seen that in quantum mechanics, the state of an electron in some potential is given by a wave function [], and physical variables are represented by operators on this wave function, such as the
momentum in the x-direction [] The Schrödinge... | {"url":"http://galileo.phys.virginia.edu/classes/751.mf1i.fall02/751LinearAlgebra.htm","timestamp":"2014-04-16T07:15:32Z","content_type":null,"content_length":"242748","record_id":"<urn:uuid:9126891a-959f-4412-804f-3ea54f6160d7>","cc-path":"CC-MAIN-2014-15/segments/1397609521558.37/warc/CC-MAIN-20140416005201-00018-ip-... |
2D arrangements
Results 1 - 10 of 22
- SIAM J. COMPUT , 1999
"... Given n points in three dimensions, we show how to answer halfspace range reporting queries in O(logn+k) expected time for an output size k. Our data structure can be preprocessed in optimal O(n
log n) expected time. We apply this result to obtain the fi... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=666972","timestamp":"2014-04-23T09:00:31Z","content_type":null,"content_length":"40578","record_id":"<urn:uuid:22a35049-9b7c-47ca-a2b4-d79cec758e59>","cc-path":"CC-MAIN-2014-15/segments/1398223201753.19/warc/CC-MAIN-20140423032001-00133-ip-10-147-4-33.ec2.internal.war... |
Pythagorean triples? 3-4-5, and 5-12-13
Basically, a pythogorean triple is just 3 positive integers which satisfy the pythogorean theorem $a^2 + b^2 = c^2$. So $3^2 + 4^2 = 5^2 \text{ and } 5^2 + 12^2 = 13^2$
In a nutshell, a Pythagorean triple $(a,b,c)$ has the property that $a^2+b^2=c^2$ Perhaps the best know method ... | {"url":"http://mathhelpforum.com/algebra/210020-pythagorean-triples-3-4-5-5-12-13-a.html","timestamp":"2014-04-18T11:49:35Z","content_type":null,"content_length":"36158","record_id":"<urn:uuid:98f8b547-c87c-443d-bc06-053a8745f898>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-20140416005213-00375-i... |
Distributive initial segments of the degrees of unsolvability, Zeitschrift für Mathematische Logik und Grundlagen der Mathematik 14
Results 1 - 10 of 17
- J. London Math. Soc , 1981
"... Degree theory, that is the study of the structure of the Turing degrees (or degrees of unsolvability) has been divided by Simpson [24... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=800635","timestamp":"2014-04-19T14:52:17Z","content_type":null,"content_length":"36767","record_id":"<urn:uuid:c393b0fd-6dc2-48c5-b2f9-f1ad1d5863e0>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00527-ip-10-147-4-33.ec2.internal.warc... |
Complete Response of a First Order Circuit
The complete response of a first order circuit to a constant input described by an equation of the form
This equation shows the voltage v(t) to be a function of the time t. This function has three parameters, A, B, and tau. The figure shown below represents the same relationsh... | {"url":"http://people.clarkson.edu/~jsvoboda/eta/plots/FOC.html","timestamp":"2014-04-17T03:53:45Z","content_type":null,"content_length":"1419","record_id":"<urn:uuid:30a772b5-a0f3-4eff-b3c6-59c635b3ae39>","cc-path":"CC-MAIN-2014-15/segments/1398223203422.8/warc/CC-MAIN-20140423032003-00046-ip-10-147-4-33.ec2.internal.... |
Braingle: 'Class Photo' Brain Teaser
Class Photo
Logic puzzles require you to think. You will have to be logical in your reasoning.
Puzzle ID: #25168
Category: Logic
Submitted By: cnmne
Corrected By: cnmne
Jacob's class picture has 40 photos arranged in a 8 x 5 grid. The photos in the top row are numbered ... | {"url":"http://www.braingle.com/brainteasers/teaser.php?op=1&id=25168&comm=0","timestamp":"2014-04-20T15:56:46Z","content_type":null,"content_length":"25652","record_id":"<urn:uuid:2087b0fb-d143-4d5f-9836-c7e2a727fded>","cc-path":"CC-MAIN-2014-15/segments/1398223207985.17/warc/CC-MAIN-20140423032007-00603-ip-10-147-4-3... |
Reformulation in mathematical programming: an application to quantum chemistry
"... Summary. Mathematical programming is a language for describing optimization problems; it is based on parameters, decision variables, objective function(s) subject to various types of
constraints. The present treatment is concerned with ... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=3780794","timestamp":"2014-04-17T23:54:48Z","content_type":null,"content_length":"26658","record_id":"<urn:uuid:376564f1-ea05-4912-8117-e11db5060d7d>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00023-ip-10-147-4-33.ec2.internal.wa... |
Able to add to array beyond size?
This is allowed. However, by writing into memory that the OS hasn't allocated for you, you are stepping into undefined behavior.
The consequences of this are non-deterministic, but a common one is unreliable data. That is, you may be writing into a variable that you declared earlier.
T... | {"url":"http://www.cplusplus.com/forum/beginner/112550/","timestamp":"2014-04-20T09:06:46Z","content_type":null,"content_length":"10873","record_id":"<urn:uuid:81c3719e-6479-4173-85ce-618bb1b5318b>","cc-path":"CC-MAIN-2014-15/segments/1397609538110.1/warc/CC-MAIN-20140416005218-00423-ip-10-147-4-33.ec2.internal.warc.gz... |
Gambrills Precalculus Tutor
Find a Gambrills Precalculus Tutor
...Since 2007, tutoring has been a passion for me. My interest in learning is infectious, and my tutoring style is both friendly and engaging. I joined WyzAnt.com in the Spring of 2011, and since
then have tutored nearly full time.
39 Subjects: includ... | {"url":"http://www.purplemath.com/gambrills_md_precalculus_tutors.php","timestamp":"2014-04-20T06:28:08Z","content_type":null,"content_length":"24087","record_id":"<urn:uuid:9522a307-4c63-44ca-b3ae-7c293f94e0e7>","cc-path":"CC-MAIN-2014-15/segments/1398223206770.7/warc/CC-MAIN-20140423032006-00655-ip-10-147-4-33.ec2.in... |
Annuity Payments
Payments in Time Value of Money formulas are a series of equal, evenly-spaced cash flows of an annuity such as payments for a mortgage or monthly receipts from a retirement account.
Payments must:
• be the same amount each period
• occur at evenly spaced intervals
• occur exactly at the beginning... | {"url":"http://www.getobjects.com/Components/Finance/TVM/pmt.html","timestamp":"2014-04-18T03:40:23Z","content_type":null,"content_length":"10521","record_id":"<urn:uuid:5ed7f136-bfb3-44d7-9a9c-fb8bee732b61>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00446-ip-10-147-4-33.ec2.inter... |
Statistical mechanics
Kerson Huang
Unlike most other texts on the subject, this clear, concise introduction to the theory of microscopic bodies treats the modern theory of critical phenomena. Provides up-to-date coverage of recent
major advances, including a self-contained description of thermodynamics and the classi... | {"url":"http://books.google.com.au/books?id=M8PvAAAAMAAJ&q=excited&dq=related:ISBN0132494833&source=gbs_book_other_versions_r&cad=5","timestamp":"2014-04-21T09:45:37Z","content_type":null,"content_length":"118018","record_id":"<urn:uuid:7ed376b7-8077-41e8-b173-13b979e2c9b0>","cc-path":"CC-MAIN-2014-15/segments/13976095... |
Wolfram Demonstrations Project
Fourier Transform of Radially Symmetric Potential Functions
Radially symmetric potential functions that are positive and bounded (i.e., do not diverge at ) are commonly used to describe the interaction energy between pairs of macromolecules. The centers of
mass of two mixed polymers can s... | {"url":"http://demonstrations.wolfram.com/FourierTransformOfRadiallySymmetricPotentialFunctions/","timestamp":"2014-04-19T17:03:40Z","content_type":null,"content_length":"43968","record_id":"<urn:uuid:52aa2442-f907-4eb1-964e-f9ffdd43878b>","cc-path":"CC-MAIN-2014-15/segments/1397609537308.32/warc/CC-MAIN-20140416005217... |
Basis of these vectors
May 23rd 2012, 10:02 AM #1
Basis of these vectors
Im trying to figure out the following: can someone tell me the process and I will try and work it on my own. I am just not sure how to work it out.
Let S be the subspace of R^4 with the vectors as basis:
(1,1,0,-1) (1,3,0,1) (-1,0,1,8)... | {"url":"http://mathhelpforum.com/advanced-algebra/199143-basis-these-vectors.html","timestamp":"2014-04-20T01:47:11Z","content_type":null,"content_length":"33228","record_id":"<urn:uuid:fcd7c1c7-7781-45d9-900a-4dcff2c68440>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00059-ip-10-147... |
Question on input noise current - Page 2 - diyAudio
Folks, let's not complicate the issue. Noise figure is mostly useless. I know, I know, you have been told that it is important, but for audio, with today's circuits, it is mostly useless. However, an
IC op amp works just like an individual transistor, or fet, except y... | {"url":"http://www.diyaudio.com/forums/solid-state/20567-question-input-noise-current-2.html","timestamp":"2014-04-24T22:32:24Z","content_type":null,"content_length":"78572","record_id":"<urn:uuid:ab3e9064-23b0-412b-80d8-2218b7e11083>","cc-path":"CC-MAIN-2014-15/segments/1398223206770.7/warc/CC-MAIN-20140423032006-0049... |
Time Series Analysis
Oceanography 540--Marine Geological Processes--Winter Quarter 2001
Time Series Analysis
Time series of oceanic phenomena often contain periodic components related to forcing at a wide range of time scales: waves, tides and tidal curr... | {"url":"http://www2.ocean.washington.edu/oc540/lec01-12/","timestamp":"2014-04-21T09:38:57Z","content_type":null,"content_length":"20068","record_id":"<urn:uuid:3c05bcd8-ed5b-409d-845e-44238111ffd7>","cc-path":"CC-MAIN-2014-15/segments/1397609539705.42/warc/CC-MAIN-20140416005219-00037-ip-10-147-4-33.ec2.internal.warc.... |
Rockrimmon, CO Algebra 2 Tutor
Find a Rockrimmon, CO Algebra 2 Tutor
...My favorite part of the teaching experience is getting to watch comprehension dawn on a student's face as they grasp a new concept. I look forward to the opportunity to teach students and help
them to realize their full potential and find what ... | {"url":"http://www.purplemath.com/Rockrimmon_CO_algebra_2_tutors.php","timestamp":"2014-04-17T01:22:57Z","content_type":null,"content_length":"24454","record_id":"<urn:uuid:d0da1e5b-8e0a-4f54-a646-79e13543c78c>","cc-path":"CC-MAIN-2014-15/segments/1398223207046.13/warc/CC-MAIN-20140423032007-00066-ip-10-147-4-33.ec2.in... |
Descriptive Statistics
The Descriptive Statistics course introduces many essential topics of statistics. The students learn how to produce data through surveys, experiments, and observational studies. They then analyze the
data through graphical and numerical summaries. The students next learn to model data, using ba... | {"url":"http://www.catlin.edu/upper-school/curriculum/course/7-probability-statistics","timestamp":"2014-04-21T15:07:35Z","content_type":null,"content_length":"26531","record_id":"<urn:uuid:7e41d2b7-1e8f-4111-8693-e1b23a9130fb>","cc-path":"CC-MAIN-2014-15/segments/1397609540626.47/warc/CC-MAIN-20140416005220-00085-ip-1... |
[FOM] Intuitionists and excluded-middle
Jeremy Clark jeremy.clark at wanadoo.fr
Tue Oct 25 03:26:48 EDT 2005
On Oct 24, 2005, at 11:01 pm, Jesse Alama wrote:
> There must be a reference on the constructive/intuitionistic
> development of the absolute value function and its basic properties.
> Where might I find it?
Bis... | {"url":"http://www.cs.nyu.edu/pipermail/fom/2005-October/009246.html","timestamp":"2014-04-18T06:15:56Z","content_type":null,"content_length":"3462","record_id":"<urn:uuid:5086072f-17c9-4abe-a24e-2f6cbb48c878>","cc-path":"CC-MAIN-2014-15/segments/1397609532573.41/warc/CC-MAIN-20140416005212-00167-ip-10-147-4-33.ec2.int... |
Math Tools Discussion: All Topics, Interactive Mathematics Activities
Discussion: All Topics
Topic: Interactive Mathematics Activities
<< see all messages in this topic
< previous message | next message >
Subject: RE: Interactive Mathematics Activities
Author: Eric Schlytter
Date: Jun 30 2009
Here are so... | {"url":"http://mathforum.org/mathtools/discuss.html?context=all&do=r&msg=82791","timestamp":"2014-04-17T13:15:00Z","content_type":null,"content_length":"21256","record_id":"<urn:uuid:78ad59e2-4c3a-4ba5-be79-d4a4d99fcf3b>","cc-path":"CC-MAIN-2014-15/segments/1398223203841.5/warc/CC-MAIN-20140423032003-00599-ip-10-147-4-... |
[Numpy-discussion] Removing datetime support for 1.4.x series ?
Fernando Perez fperez.net@gmail....
Thu Feb 4 13:21:31 CST 2010
On Thu, Feb 4, 2010 at 2:37 AM, Travis Oliphant <oliphant@enthought.com> wrote:
> Perhaps one way to articulate my perspective is the following:
> There are currently 2 groups of NumPy users:
... | {"url":"http://mail.scipy.org/pipermail/numpy-discussion/2010-February/048275.html","timestamp":"2014-04-16T05:44:31Z","content_type":null,"content_length":"4862","record_id":"<urn:uuid:cdeb94fc-1f30-469b-b06c-5c9c944891f8>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00304-ip-10-14... |
Math Forum Discussions
- User Profile for: jsarm_@_athforum.org
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.
User Profile: jsarm_@_athforum.org
User Profile for... | {"url":"http://mathforum.org/kb/profile.jspa?userID=189180","timestamp":"2014-04-21T15:26:34Z","content_type":null,"content_length":"11269","record_id":"<urn:uuid:1adeaa2a-7548-428d-ab3b-83b334d5d3a5>","cc-path":"CC-MAIN-2014-15/segments/1397609540626.47/warc/CC-MAIN-20140416005220-00301-ip-10-147-4-33.ec2.internal.war... |
Posts from February 23, 2011 on The Unapologetic Mathematician
Let’s look back at yesterday’s example of a manifold. Not only did we cover the entire sphere by open neighborhoods with homeomorphisms to open regions of the plane, we did so in a “compatible” way,
which I’ll explain soon. This notion of compatible coordin... | {"url":"http://unapologetic.wordpress.com/2011/02/23/","timestamp":"2014-04-17T12:42:32Z","content_type":null,"content_length":"49532","record_id":"<urn:uuid:869c2afa-079b-4be1-b282-b604cdb44030>","cc-path":"CC-MAIN-2014-15/segments/1398223201753.19/warc/CC-MAIN-20140423032001-00240-ip-10-147-4-33.ec2.internal.warc.gz"... |
Math Help
hey all amazing forum this is.! my name is mauli.
a number X and a sequence of numbers {Yn:n belong to N} are i.i.d draws from the uniform distribution [0,1]. let N=inf{n belonging to N:Yn >X}. The player conducting these draws receives a prize of
(N-1).Calculate the expected value of the prize..note that N ... | {"url":"http://mathhelpforum.com/new-users/214289-hello.html","timestamp":"2014-04-18T23:54:20Z","content_type":null,"content_length":"25994","record_id":"<urn:uuid:76309446-28a8-40c7-8b74-628909e1b34c>","cc-path":"CC-MAIN-2014-15/segments/1397609536300.49/warc/CC-MAIN-20140416005216-00029-ip-10-147-4-33.ec2.internal.w... |
Is this result of Spain correct?
up vote 1 down vote favorite
Let us have a look on the proof of Theorem 2 in [P. G. Spain, Boolean algebras of projections, Proceedings of the Edinburgh Mathematical Society (Series 2) 19, 03, March 1975, 287-289]
The author claims in the proof of Theorem 2 that if $B$ is a (Bade) compl... | {"url":"http://mathoverflow.net/questions/122159/is-this-result-of-spain-correct","timestamp":"2014-04-18T15:53:07Z","content_type":null,"content_length":"57960","record_id":"<urn:uuid:aa555266-af25-46c0-b2cd-2525ac650e03>","cc-path":"CC-MAIN-2014-15/segments/1397609533957.14/warc/CC-MAIN-20140416005213-00568-ip-10-147... |
Name SGIS_texture_filter4 Name Strings GL_SGIS_texture_filter4 Version $Date: 1997/03/24 18:56:21 $ $Revision: 1.9 $ Number 7 Dependencies None Overview This extension allows 1D and 2D textures to be
filtered using an application-defined, four sample per dimension filter. (In addition to the NEAREST and LINEAR filters ... | {"url":"https://www.opengl.org/registry/specs/SGIS/texture_filter4.txt","timestamp":"2014-04-18T13:32:01Z","content_type":null,"content_length":"12357","record_id":"<urn:uuid:955f3ed3-ebc0-4563-b897-c6b5b3444361>","cc-path":"CC-MAIN-2014-15/segments/1398223207985.17/warc/CC-MAIN-20140423032007-00447-ip-10-147-4-33.ec2.... |
Magnitude Scale
The Magnitude Scale
Study the star field photograph shown below. It shows a region of the sky around the constellation Crux, commonly called the Southern Cross. Move your cursor across the photo to identify some stars.
Which star is brightest?
If you answered Alpha (α) Centauri, the star at the bottom l... | {"url":"http://www.atnf.csiro.au/outreach/education/senior/astrophysics/photometry_magnitude.html","timestamp":"2014-04-18T11:03:02Z","content_type":null,"content_length":"77282","record_id":"<urn:uuid:0e59f5e0-1801-4715-92e5-11c1a9013740>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-2014041600521... |
Register or Login To Download This Patent As A PDF
United States Patent 7,218,691
Narasimhan May 15, 2007
Method and apparatus for estimation of orthogonal frequency division multiplexing symbol timing and carrier frequency offset
A system and method estimates symbol timing of long training symbols and... | {"url":"http://patents.com/us-7218691.html","timestamp":"2014-04-20T08:21:33Z","content_type":null,"content_length":"83348","record_id":"<urn:uuid:377d2a41-d559-4729-97bd-7576a7982988>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00394-ip-10-147-4-33.ec2.internal.warc.gz"} |
Polyvector Super-Poincaré Algebras
Posted by Urs Schreiber
Just heard a talk on the work
D. V. Alekseevsky, V. Cortés, C. Devchand, A. Van Proeyen
Polyvector Super-Poincare Algebras
which is about classification of extensions of Poincaré Lie algebras of a vector space with scalar product of signature $(p,q)$$\mathrm{is... | {"url":"http://golem.ph.utexas.edu/category/2007/06/polyvector_superpoincar_algebr.html","timestamp":"2014-04-19T19:34:57Z","content_type":null,"content_length":"41810","record_id":"<urn:uuid:5f6a2921-fe0f-4901-beab-bbb5f919f423>","cc-path":"CC-MAIN-2014-15/segments/1397609537376.43/warc/CC-MAIN-20140416005217-00454-ip... |
which grade of concrete is the strongest?
M20,M25,M30,M35 or M40?
which grade of concrete is the strongest?
Question M20,M25,M30,M35 or M40?
Question Submitted By :: Trasha
I also faced this Question!! Rank Answer Posted By
Re: which grade of concrete is the st... | {"url":"http://www.allinterview.com/showanswers/70887.html","timestamp":"2014-04-17T09:35:17Z","content_type":null,"content_length":"47662","record_id":"<urn:uuid:54b156d8-dde3-4067-9af8-1f17cfd57d80>","cc-path":"CC-MAIN-2014-15/segments/1397609527423.39/warc/CC-MAIN-20140416005207-00158-ip-10-147-4-33.ec2.internal.war... |
Why believe the Hodge Conjecture?
Tom Graber recently asked me why people believe the Hodge conjecture, given the sparse evidence for its truth. I didn’t have time then to answer fully (I was giving a talk), but it’s a question that
deserves a full answer. So I’ve sketched below what I feel are the reasons for believin... | {"url":"http://burttotaro.wordpress.com/2012/03/18/why-believe-the-hodge-conjecture/","timestamp":"2014-04-17T06:41:59Z","content_type":null,"content_length":"89383","record_id":"<urn:uuid:2d5dfcd3-51f2-4cf3-816c-9dfcb566670d>","cc-path":"CC-MAIN-2014-15/segments/1397609526311.33/warc/CC-MAIN-20140416005206-00483-ip-10... |
Calculus Reform
These are excerpts from the program for the Joint Mathematics Meetings, January 10-13, 1996, Orlando, Florida.
From the MAA Session on Planning Reformed Calculus Programs - Experiences and Advice:
□ Implementation of a new curriculum: How the paradigm shift affects all aspects of instructi... | {"url":"http://mathforum.org/orlando/orlando.calc.reform.html","timestamp":"2014-04-19T12:08:55Z","content_type":null,"content_length":"12229","record_id":"<urn:uuid:3e132dfb-d352-4776-8578-6642dc76a516>","cc-path":"CC-MAIN-2014-15/segments/1397609539447.23/warc/CC-MAIN-20140416005219-00421-ip-10-147-4-33.ec2.internal.... |
Tag Archive for 'A Glossary'
Average tax rate
Taxes as a fraction of income; total taxes divided by total taxable income.
Post sponsored by:
Average rate of return (ARR)
The ratio of the average cash inflow to the amount invested.
Average maturity
The average time to maturity of securities held by a mutual fund. Change... | {"url":"http://beingwarrenbuffett.com/tag/a-glossary/","timestamp":"2014-04-19T22:12:20Z","content_type":null,"content_length":"57872","record_id":"<urn:uuid:ea464a2f-b587-45bd-a529-439098b2e58a>","cc-path":"CC-MAIN-2014-15/segments/1397609537754.12/warc/CC-MAIN-20140416005217-00333-ip-10-147-4-33.ec2.internal.warc.gz"... |
Department of Mathematics and Statistics
Paul Duvall
Clifford Smyth
His current projects include the generalization of the arithmetic-geometric mean inequality to means based on other symmetric functions, the generalization of Reimer's inequality in combinatorial
probability, and a study of the effects of vector-host ... | {"url":"http://www.uncg.edu/mat/combinatorics/","timestamp":"2014-04-16T19:02:19Z","content_type":null,"content_length":"22209","record_id":"<urn:uuid:a45cab59-7c59-44b4-b4e3-204b323cb3f5>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.9/warc/CC-MAIN-20140416005215-00435-ip-10-147-4-33.ec2.internal.warc.gz"} |
5. Generalizing an example-tracing tutor with formulas
In this section, we introduce the concept and use of "formulas", powerful expressions that define the way CTAT example-tracing tutors match student input.
A formula is an expression you write for a step in an example-tracing tutor that enables the tutor to calculat... | {"url":"http://ctat.pact.cs.cmu.edu/docs/ctat_2_6/formulas.html","timestamp":"2014-04-21T04:32:09Z","content_type":null,"content_length":"7801","record_id":"<urn:uuid:6af3369a-7893-4f3a-a9b2-326c3e2766f6>","cc-path":"CC-MAIN-2014-15/segments/1398223206147.1/warc/CC-MAIN-20140423032006-00040-ip-10-147-4-33.ec2.internal.... |
Tightness and the Two-Piece Property
Tightness and the Two-Piece Property:
An immersion f of a surface M into space has the two-piece property if the pre-image (by f ) of every open half-space is connected in M. In other words, a surface has the two-piece property if every
plane cuts it into at most two parts.
At first... | {"url":"http://www.maa.org/external_archive/CVM/1998/01/tprppoh/article/Tight-TPP.html","timestamp":"2014-04-17T08:32:44Z","content_type":null,"content_length":"5005","record_id":"<urn:uuid:671b371e-cf81-4455-a60b-db14f3337db0>","cc-path":"CC-MAIN-2014-15/segments/1397609526311.33/warc/CC-MAIN-20140416005206-00453-ip-1... |
Rate Question, please help!
Author Message
axl169 Rate Question, please help! [#permalink] 07 Oct 2006, 20:02
Intern Hi, got stumped on this one. Any help would be really appreciated it.
Joined: 16 Sep ... | {"url":"http://gmatclub.com/forum/rate-question-please-help-36373.html?fl=similar","timestamp":"2014-04-17T01:02:58Z","content_type":null,"content_length":"177649","record_id":"<urn:uuid:d4d99e4c-1f96-4c85-b87a-dee90abbfece>","cc-path":"CC-MAIN-2014-15/segments/1397609526102.3/warc/CC-MAIN-20140416005206-00505-ip-10-14... |
Brisbane Precalculus Tutor
Find a Brisbane Precalculus Tutor
...I also teach people how to excel at standardized tests. Unfortunately for many people with test anxiety, test scores are very important in college and other school admissions and can therefore
have a huge impact on your life. If you approach test-takin... | {"url":"http://www.purplemath.com/Brisbane_Precalculus_tutors.php","timestamp":"2014-04-16T13:30:11Z","content_type":null,"content_length":"24226","record_id":"<urn:uuid:a67a664c-4c3c-48a5-9ce5-6f1ac8ef349e>","cc-path":"CC-MAIN-2014-15/segments/1397609523429.20/warc/CC-MAIN-20140416005203-00016-ip-10-147-4-33.ec2.inter... |
Lab Project 3
Course Information
Maple Labs
Maple Tutorial
Sample Maple Session
Lab Project 1
Lab Project 2
Lab Project 3
Lab Project 4
Lab Project 5
Maple Demos
Maple HowTo
Practice Exams
Student's Guide
Math 215 Lab Project 3
Gradients and Rates of Change
• To visua... | {"url":"http://www.math.lsa.umich.edu/courses/215/12maple/10tutorial/03lab3.html","timestamp":"2014-04-20T01:19:34Z","content_type":null,"content_length":"26934","record_id":"<urn:uuid:a5c35981-41da-4262-b078-b8ed28739b6e>","cc-path":"CC-MAIN-2014-15/segments/1397609537804.4/warc/CC-MAIN-20140416005217-00100-ip-10-147-... |
Sorting Random Numbers
kid kash
Sorting Random Numbers
Hi, 1st time poster.
I'm currently working on a program that generates random numbers 1-49. I want to sort them from lowest to highest, how would i come about doing that?
here's what i got so far
#include <stdio.h>
#include <stdlib.h>
#inclu... | {"url":"http://cboard.cprogramming.com/cplusplus-programming/30194-sorting-random-numbers-printable-thread.html","timestamp":"2014-04-18T10:58:21Z","content_type":null,"content_length":"11345","record_id":"<urn:uuid:f77ddfbd-fd23-4ac5-bfb2-bba6dc8e10ac>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN... |
Introduction to Transformer Losses
This article is excerpted from "Premium-Efficiency Motors and Transformers", a CD-ROM available from CDA by calling 888-480-4276, or through the Publications List.
Transformer losses are produced by the electrical current flowing in the coils and the magnetic field alternating in the ... | {"url":"http://www.copper.org/environment/sustainable-energy/transformers/education/trans_losses.html","timestamp":"2014-04-18T18:17:46Z","content_type":null,"content_length":"62893","record_id":"<urn:uuid:d55bb2ea-a339-4a69-967f-22b43afd8739>","cc-path":"CC-MAIN-2014-15/segments/1397609535095.7/warc/CC-MAIN-2014041600... |
Fairview, TX Science Tutor
Find a Fairview, TX Science Tutor
...As with other areas of science, astronomy is difficult to understand because of the relative sizes involved. The vastness and complexity of the universe is almost too much to comprehend. In
order understand astronomy standards, students need to underst... | {"url":"http://www.purplemath.com/fairview_tx_science_tutors.php","timestamp":"2014-04-19T04:55:04Z","content_type":null,"content_length":"24046","record_id":"<urn:uuid:2886e763-c3c2-4d56-84aa-c67f96ce18e6>","cc-path":"CC-MAIN-2014-15/segments/1397609535775.35/warc/CC-MAIN-20140416005215-00007-ip-10-147-4-33.ec2.intern... |
Blaise Pascal
Blaise Pascal invented one of the first mechanical calculators: the pascaline
He was among the contemporaries of Descartes and none displayed greater natural genius. But his mathematical reputation rests more on what he might have done than on what he actually achieved, as
during a considerable part of hi... | {"url":"http://www.thocp.net/biographies/pascal_blaise.html","timestamp":"2014-04-20T20:54:43Z","content_type":null,"content_length":"16537","record_id":"<urn:uuid:c24853fb-55f5-405f-b6ba-04969b8fbbc7>","cc-path":"CC-MAIN-2014-15/segments/1397609539230.18/warc/CC-MAIN-20140416005219-00368-ip-10-147-4-33.ec2.internal.wa... |
Aspen Hill, MD Math Tutor
Find an Aspen Hill, MD Math Tutor
...I scored a 790/740 Math/Verbal on my SAT's and went through my entire high-school and college schooling without getting a single B, regardless of the subject. I did this through perfecting a
system of self-learning and studying that allowed me to effici... | {"url":"http://www.purplemath.com/Aspen_Hill_MD_Math_tutors.php","timestamp":"2014-04-20T16:29:24Z","content_type":null,"content_length":"23943","record_id":"<urn:uuid:f6433b60-e382-4a81-b33b-61ec1103b0a6>","cc-path":"CC-MAIN-2014-15/segments/1398223205137.4/warc/CC-MAIN-20140423032005-00388-ip-10-147-4-33.ec2.internal... |
Middle City West, PA Algebra 2 Tutor
Find a Middle City West, PA Algebra 2 Tutor
...I start off by building a rapport with you, student to student. We will talk about what your learning style is like and what your experience has been in the class that we are discussing. The
reason that I said, "student to student,"... | {"url":"http://www.purplemath.com/Middle_City_West_PA_algebra_2_tutors.php","timestamp":"2014-04-17T01:36:45Z","content_type":null,"content_length":"24634","record_id":"<urn:uuid:3af14ef2-1e46-4ed7-a134-090a5f59e288>","cc-path":"CC-MAIN-2014-15/segments/1397609526102.3/warc/CC-MAIN-20140416005206-00115-ip-10-147-4-33.e... |
Solid of rev and Surface Area
April 9th 2013, 07:00 PM #1
Apr 2013
new jersey
Solid of rev and Surface Area
I think I posted it in a wrong forum, being a newbie here and needs some help on my math problem. Thanks for all the help guys.
Hi I'm stuck with my homework for solid of revolution and surface ar... | {"url":"http://mathhelpforum.com/calculus/217142-solid-rev-surface-area.html","timestamp":"2014-04-16T12:09:48Z","content_type":null,"content_length":"60316","record_id":"<urn:uuid:d94d56f4-61dd-4be0-9030-c820b63eaf72>","cc-path":"CC-MAIN-2014-15/segments/1397609523265.25/warc/CC-MAIN-20140416005203-00066-ip-10-147-4-3... |
Sponsored by SIAM Activity Group on Geosciences
NOTICE: The Regal Harvest House Hotel is now known as the Millennium Hotel Boulder
From points of view ranging from science to public policy, there is burgeoning interest in modeling of geoscientific problems. Some... | {"url":"http://www.siam.org/meetings/gs01/body_index.htm","timestamp":"2014-04-18T00:23:31Z","content_type":null,"content_length":"2795","record_id":"<urn:uuid:8027ff35-cb51-49e6-9b54-21fbc8ea0743>","cc-path":"CC-MAIN-2014-15/segments/1397609532374.24/warc/CC-MAIN-20140416005212-00554-ip-10-147-4-33.ec2.internal.warc.g... |
gzl er, doesn't actually say that
that is the only inconsistent thing you've said
asphyxia gzl: I'll tex that part. Done in 3 minutes
gzl dude, isn't your question just about (1 p)(1 p-1)...(1 2)? there is no need to tex anything
if you think (1 2)(1 3) is an example of a... | {"url":"http://ircarchive.info/math/2007/2/23/1.html","timestamp":"2014-04-20T06:21:14Z","content_type":null,"content_length":"6640","record_id":"<urn:uuid:c35c23fe-a265-416a-88f7-db5bd7bf41db>","cc-path":"CC-MAIN-2014-15/segments/1397609538022.19/warc/CC-MAIN-20140416005218-00538-ip-10-147-4-33.ec2.internal.warc.gz"} |
synthesizer-core-0.2: Audio signal processing coded in Haskell: Low level part Source code Contents Index
This module gives some introductory examples to signal processing with plain Haskell lists. For more complex examples see Synthesizer.Plain.Instrument and Synthesizer.Plain.Effect. The examples
require a basic und... | {"url":"http://hackage.haskell.org/package/synthesizer-core-0.2/docs/Synthesizer-Plain-Tutorial.html","timestamp":"2014-04-20T11:39:47Z","content_type":null,"content_length":"20480","record_id":"<urn:uuid:ebdf14d4-ac8a-4cec-b71c-19603961ed24>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-2014041600... |
Float to ASCII
This is a discussion on Float to ASCII within the C Programming forums, part of the General Programming Boards category; Can someone please share the logic for converting a float into a string of
ASCII characters, without using standard functions.......
Float to ASCII
Can someone please share the log... | {"url":"http://cboard.cprogramming.com/c-programming/141570-float-ascii.html","timestamp":"2014-04-17T07:55:07Z","content_type":null,"content_length":"99379","record_id":"<urn:uuid:1892b9e9-8c9e-4ee4-82d0-52e743f14b2c>","cc-path":"CC-MAIN-2014-15/segments/1398223202457.0/warc/CC-MAIN-20140423032002-00138-ip-10-147-4-33... |
Reply to comment
A recent study from Harvard reported that people who ate more red meat died at a greater rate. This provoked some wonderful media coverage: the Daily Express interpreted the study as saying that "if
people cut down the amount of red meat they ate — say from steaks and beef burgers — to less than half a... | {"url":"http://plus.maths.org/content/comment/reply/5686","timestamp":"2014-04-20T16:15:13Z","content_type":null,"content_length":"36578","record_id":"<urn:uuid:42e22edb-b11c-4891-8c0b-bfa4a4a49504>","cc-path":"CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-20140416005218-00363-ip-10-147-4-33.ec2.internal.warc.... |
Computational Fluid Dynamics: Incompressible Flows
Monday July 25/8:00
Computational Fluid Dynamics: Incompressible Flows
Chair: Christina I. Draghicescu, University of Houston
• 8:00: A New Algorithm for Computing Flows with Concentrated Vorticity. John Steinhoff, University of Tennessee Space Institute
• 8:15: A ... | {"url":"http://www.siam.org/meetings/archives/an94/cp1.htm","timestamp":"2014-04-21T10:50:32Z","content_type":null,"content_length":"1855","record_id":"<urn:uuid:c53f11c0-3d90-43a2-8427-671f549f501c>","cc-path":"CC-MAIN-2014-15/segments/1397609539705.42/warc/CC-MAIN-20140416005219-00566-ip-10-147-4-33.ec2.internal.warc... |
Good Triple
Good Triple Equation on Partial Words
x^2 ↑ y^mz
The program takes as input three partial words x, y, z such that z is a proper prefix of y.
The program outputs an integer m such that x^2 ↑ y^mz (if such m exists) and shows the decomposition of x, y, and z.
Acknowledgement: This material is based upon w... | {"url":"http://www.uncg.edu/cmp/research/equations/x2ymz.cgi","timestamp":"2014-04-16T10:19:47Z","content_type":null,"content_length":"5996","record_id":"<urn:uuid:b7c10326-5515-42b2-9911-cffbdd0a9ece>","cc-path":"CC-MAIN-2014-15/segments/1397609535745.0/warc/CC-MAIN-20140416005215-00186-ip-10-147-4-33.ec2.internal.war... |
Case-Control Studies
Cohort studies have an intuitive logic to them, but they can be very problematic when:
1. The outcomes being investigated are rare;
2. There is a long time period between the exposure of interest and the development of the disease; or
3. It is expensive or very difficult to obtain exposure infor... | {"url":"http://sphweb.bumc.bu.edu/otlt/MPH-Modules/EP/EP713_AnalyticOverview/EP713_AnalyticOverview5.html","timestamp":"2014-04-20T08:15:13Z","content_type":null,"content_length":"31235","record_id":"<urn:uuid:735d6691-0d2f-482e-800f-84c6064b2e88>","cc-path":"CC-MAIN-2014-15/segments/1397609538110.1/warc/CC-MAIN-201404... |
Guttenberg, NJ Algebra 2 Tutor
Find a Guttenberg, NJ Algebra 2 Tutor
Hi! My name is James. I started tutoring when I was in High School and have been tutoring ever since.
12 Subjects: including algebra 2, geometry, SAT math, ACT Math
...I also had to review it this past summer because it is a subject on the DAT... | {"url":"http://www.purplemath.com/Guttenberg_NJ_algebra_2_tutors.php","timestamp":"2014-04-17T13:26:15Z","content_type":null,"content_length":"23738","record_id":"<urn:uuid:2eebe4b3-9962-4224-8dac-2641f1e46d58>","cc-path":"CC-MAIN-2014-15/segments/1397609530131.27/warc/CC-MAIN-20140416005210-00166-ip-10-147-4-33.ec2.in... |
storing really large numbers like 100!
01-23-2010 #1
Registered User
Join Date
Aug 2005
storing really large numbers like 100!
100! = 9.33262154 × 10^157
how would I store this number? I have thought about just putting it in a string.
But lets say I want to compute the number myself by starting at 2 and... | {"url":"http://cboard.cprogramming.com/cplusplus-programming/123364-storing-really-large-numbers-like-100-a.html","timestamp":"2014-04-20T14:00:20Z","content_type":null,"content_length":"81909","record_id":"<urn:uuid:74a9994b-f291-4d1e-97e7-c124298e91d8>","cc-path":"CC-MAIN-2014-15/segments/1398223206770.7/warc/CC-MAIN... |
Georg Ohm
Famous People By
George Ohm is founder of the concept known as Ohm’s law. Explore this biography to get details about his life and works.
Georg Ohm
Famous as: Physicist & Mathematician
Nationality: German
Born on: 16 March 1789 AD Famous 16th March Birthdays
Zodiac Sign: Pisces Famous Pisceans
Born in: Erlang... | {"url":"http://www.thefamouspeople.com/profiles/georg-ohm-542.php","timestamp":"2014-04-18T05:45:49Z","content_type":null,"content_length":"63130","record_id":"<urn:uuid:83d4c506-0103-4ebc-a747-4a300a595236>","cc-path":"CC-MAIN-2014-15/segments/1397609532573.41/warc/CC-MAIN-20140416005212-00569-ip-10-147-4-33.ec2.inter... |
Algebra 1
Several of my current Geometry students have commented on this very contrast. This has prompted me to offer a few possible reasons. First, Geometry requires a heavy reliance on explanations and
justifications (particularly of the formal two-column proof variety) that involve stepwise, deductive reasoning. Fo... | {"url":"http://www.wyzant.com/resources/blogs/algebra_1?f=active","timestamp":"2014-04-18T08:03:48Z","content_type":null,"content_length":"77252","record_id":"<urn:uuid:1b3c260e-59eb-43b7-b6fc-e144210a64e7>","cc-path":"CC-MAIN-2014-15/segments/1397609533121.28/warc/CC-MAIN-20140416005213-00143-ip-10-147-4-33.ec2.intern... |
Quicksort is a fast sorting algorithm, which is used not only for educational purposes, but widely applied in practice. On the average, it has O(n log n) complexity, making quicksort suitable for
sorting big data volumes. The idea of the algorithm is quite simple and once you realize it, you can write quicksort as fast... | {"url":"http://www.algolist.net/Algorithms/Sorting/Quicksort","timestamp":"2014-04-19T12:30:03Z","content_type":null,"content_length":"38683","record_id":"<urn:uuid:426c6940-30ee-4f98-bf20-2044153b11c7>","cc-path":"CC-MAIN-2014-15/segments/1398223211700.16/warc/CC-MAIN-20140423032011-00188-ip-10-147-4-33.ec2.internal.w... |
Parts of Circles & Tangent Lines
9.1: Parts of Circles & Tangent Lines
Created by: CK-12
Learning Objectives
• Define circle, center, radius, diameter, chord, tangent, and secant of a circle.
• Explore the properties of tangent lines and circles.
Review Queue
1. Find the equation of the line with $m = -2$
2. Find... | {"url":"http://www.ck12.org/book/Geometry---Second-Edition/r1/section/9.1/anchor-content","timestamp":"2014-04-17T11:04:28Z","content_type":null,"content_length":"151412","record_id":"<urn:uuid:f493a96e-2a27-4804-9d81-b209b2897560>","cc-path":"CC-MAIN-2014-15/segments/1398223202548.14/warc/CC-MAIN-20140423032002-00009-... |
Re: st: Several questions regarding xtprobit and margins command
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][... | {"url":"http://www.stata.com/statalist/archive/2012-11/msg00542.html","timestamp":"2014-04-19T05:19:18Z","content_type":null,"content_length":"18625","record_id":"<urn:uuid:a29d24a7-eda8-41e9-8cd4-99b9eff15895>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-00190-ip-10-147-4-33.ec2.in... |
Turin, GA Algebra 2 Tutor
Find a Turin, GA Algebra 2 Tutor
...I have developed a unique approach to tutoring that allows my students to learn in a highly-disciplined and organized manner. Since I am also extremely knowledgeable in effective writing,
research papers and designing lesson plans and study guides, I fee... | {"url":"http://www.purplemath.com/turin_ga_algebra_2_tutors.php","timestamp":"2014-04-17T10:57:15Z","content_type":null,"content_length":"24067","record_id":"<urn:uuid:2cdddb94-362e-4596-bd7c-aa73867dd829>","cc-path":"CC-MAIN-2014-15/segments/1398223203841.5/warc/CC-MAIN-20140423032003-00575-ip-10-147-4-33.ec2.internal... |
Variational estimation of inhomogeneous
Estimating the illumination and the reflectance properties of an object surface from a few images is an important but challenging problem. The problem becomes even more challenging if we wish to deal
with real-world objects that naturally have spatially inhomogeneous reflectance... | {"url":"http://www.opticsinfobase.org/josaa/abstract.cfm?URI=josaa-28-2-136","timestamp":"2014-04-17T17:12:27Z","content_type":null,"content_length":"199791","record_id":"<urn:uuid:4c51c1b4-6d5b-4ea3-ba6b-f9eb3d74fcfc>","cc-path":"CC-MAIN-2014-15/segments/1397609530136.5/warc/CC-MAIN-20140416005210-00614-ip-10-147-4-33... |
Algebraic Geometry - Definition of a Morphism
up vote 3 down vote favorite
What's the best (or your favourite) definition of a morphism of a quasi projective variety? I've seen a huge number of equivalent definitions, and I'd like to know which is the best to memorise!
I'd prefer to have a definition that doesn't menti... | {"url":"http://mathoverflow.net/questions/91942/algebraic-geometry-definition-of-a-morphism/91951","timestamp":"2014-04-20T11:38:48Z","content_type":null,"content_length":"98826","record_id":"<urn:uuid:fb92efe7-e15e-4dc4-be43-2f6c50de6dd8>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-2014041600521... |
Integral of the Inverse Gamma Distribution.
June 19th 2012, 07:50 AM #1
Nov 2009
Integral of the Inverse Gamma Distribution.
The inverse gamma distribution is a pdf. If I was to integrate the inverse gamma distribution would it give an answer of 1? It is difficult to integrate with large values of alpha and bet... | {"url":"http://mathhelpforum.com/statistics/200182-integral-inverse-gamma-distribution.html","timestamp":"2014-04-20T10:53:16Z","content_type":null,"content_length":"28869","record_id":"<urn:uuid:1bba4670-ccc7-4da6-8dbc-cf3cd2ec3d9f>","cc-path":"CC-MAIN-2014-15/segments/1397609538423.10/warc/CC-MAIN-20140416005218-0047... |
Homework Help
Posted by Tell on Saturday, April 18, 2009 at 10:07am.
1) Lowering the price by 10%. What is the break-even level of output?
The company produces specialized glass units and is concerned that, as the market leader, they should be able to make higher profits than they currently are. The firm’s costs are as... | {"url":"http://www.jiskha.com/display.cgi?id=1240063648","timestamp":"2014-04-21T05:38:43Z","content_type":null,"content_length":"10250","record_id":"<urn:uuid:70bd3660-fe4f-4420-beb6-bdd961d200f9>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00050-ip-10-147-4-33.ec2.internal.warc.g... |
Astronomy 201a (Fall 2012) Supplementary Material
Dr. Onno Pols from Utrecht wrote an excellent set of textbook-level notes on stellar interiors (i.e., stellar structure, thermodynamics, and nuclear fusion) and stellar evolution. Local copies of
the notes are provided here, grouped into 5 PDF files (each contai... | {"url":"https://www.cfa.harvard.edu/~scranmer/Ay201a/ay201a_2012_supp.html","timestamp":"2014-04-18T23:17:06Z","content_type":null,"content_length":"5201","record_id":"<urn:uuid:4064e952-e8c1-448a-82bc-61821eb599c8>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00469-ip-10-147-4-33.ec... |
arrangement in circle problem
April 21st 2010, 02:44 AM #1
Apr 2010
arrangement in circle problem
A problem in my textbook asks:
1. In how many ways can four ours and four girls be arranged in a circle? In how many of these will boys and girls occur alternately?
2. In how many ways can n boys and n girl... | {"url":"http://mathhelpforum.com/discrete-math/140463-arrangement-circle-problem.html","timestamp":"2014-04-21T14:09:04Z","content_type":null,"content_length":"50290","record_id":"<urn:uuid:6d93ad1b-568e-42eb-9f8f-356987b1c5c0>","cc-path":"CC-MAIN-2014-15/segments/1397609539776.45/warc/CC-MAIN-20140416005219-00515-ip-1... |
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:
Choose the correct description of the graph of the inequality ... | {"url":"http://openstudy.com/updates/50e36243e4b028291d74ac3d","timestamp":"2014-04-18T14:22:58Z","content_type":null,"content_length":"175446","record_id":"<urn:uuid:ef246fd9-a20f-4982-8137-6521e5bd4a5c>","cc-path":"CC-MAIN-2014-15/segments/1397609533689.29/warc/CC-MAIN-20140416005213-00388-ip-10-147-4-33.ec2.internal... |
Resolution: standard / high
Figure 9.
Impact of constrained bases on the difficulty of secondary structure design using RNA-SSD. Correlation between the fraction of bases constrained in a particular structure (x-axis) and the median
expected run time for designing the structure with RNA-SSD (y-axis). We report the fr... | {"url":"http://www.biomedcentral.com/1471-2105/8/34/figure/F9","timestamp":"2014-04-18T13:24:12Z","content_type":null,"content_length":"12527","record_id":"<urn:uuid:16d9a1e3-a99f-4f3b-a03f-62e7f1812680>","cc-path":"CC-MAIN-2014-15/segments/1397609533689.29/warc/CC-MAIN-20140416005213-00373-ip-10-147-4-33.ec2.internal.... |
Given a branched cover with branch cycle description $(g_1,...,g_r)$, does $g_i$ generate some decomposition group?
up vote 5 down vote favorite
Classically: Let $a_1,...,a_r$ be points in $\mathbb{P}^1_{\mathbb{C}}$, and let $\alpha_1,...,\alpha_r$ be simple loops around the $a_i$, all counterclockwise, and none touch... | {"url":"http://mathoverflow.net/questions/63964/given-a-branched-cover-with-branch-cycle-description-g-1-g-r-does-g-i?sort=newest","timestamp":"2014-04-19T12:06:27Z","content_type":null,"content_length":"53853","record_id":"<urn:uuid:45ece707-2c7b-479b-be8c-0e53f816bff1>","cc-path":"CC-MAIN-2014-15/segments/13982232117... |
Advogato: Blog for gesslein
Previous behavior of Mathomatic:
1-> y=x
#1: y = x
1-> derivative z ; Fail!
Variable not found; the derivative would be zero.
Command usage: derivative ["nosimplify"] [variable or "all"] [order]
1-> y=2
#2: y = 2
2-> derivative x ; Fail!
Current expression contains no variables; the derivati... | {"url":"http://www.advogato.org/person/gesslein/diary/5.html","timestamp":"2014-04-20T18:25:46Z","content_type":null,"content_length":"5316","record_id":"<urn:uuid:064435d4-b2ed-47bc-8ec2-8e8ac8393bec>","cc-path":"CC-MAIN-2014-15/segments/1397609539066.13/warc/CC-MAIN-20140416005219-00041-ip-10-147-4-33.ec2.internal.wa... |
Stability experimental
Maintainer Patrick Perry <patperry@gmail.com>
Summary statistics for Bools.
The Summary data type
data Summary Source
A type for storing summary statistics for a data set of booleans. Specifically, this just keeps track of the number of True events and gives estimates for the success probabilit... | {"url":"http://hackage.haskell.org/package/monte-carlo-0.4.1/docs/Data-Summary-Bool.html","timestamp":"2014-04-16T09:09:16Z","content_type":null,"content_length":"8167","record_id":"<urn:uuid:93917af4-6d8d-4810-9202-4a17f5871e15>","cc-path":"CC-MAIN-2014-15/segments/1397609537864.21/warc/CC-MAIN-20140416005217-00078-ip... |
[SciPy-user] Post-Processing 3D Array
Gael Varoquaux gael.varoquaux@normalesup....
Sun Mar 25 07:33:31 CDT 2007
On Sat, Mar 24, 2007 at 08:49:04PM +0000, Bryan Cole wrote:
> > (1) It would be very nice to be able to cut several cross-sections of
> > the tube along which I'd like to plot v_z. I can easily obtain the 2D... | {"url":"http://mail.scipy.org/pipermail/scipy-user/2007-March/011463.html","timestamp":"2014-04-17T21:41:06Z","content_type":null,"content_length":"5384","record_id":"<urn:uuid:9c7333d1-fbee-4dee-b538-c8e0b1116852>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00228-ip-10-147-4-33.ec... |
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/ashleylynn/asked","timestamp":"2014-04-21T15:56:10Z","content_type":null,"content_length":"114414","record_id":"<urn:uuid:84d7cf1f-f4f0-4c30-a402-c738676ec95e>","cc-path":"CC-MAIN-2014-15/segments/1397609540626.47/warc/CC-MAIN-20140416005220-00541-ip-10-147-4-33.ec2.internal.warc.gz"} |
Localized Hardy spaces H 1 related to admissible functions on RD-spaces and applications to Schrödinger operators
Download Links
by Dachun Yang , Yuan Zhou
author = {Dachun Yang and Yuan Zhou},
title = {Localized Hardy spaces H 1 related to admissible functions on RD-spaces and applications to Schrödinger operators},
y... | {"url":"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.244.1292","timestamp":"2014-04-16T11:51:04Z","content_type":null,"content_length":"35722","record_id":"<urn:uuid:cd5b2fa0-b996-4a3d-9f2b-993505ab0ec7>","cc-path":"CC-MAIN-2014-15/segments/1397609523265.25/warc/CC-MAIN-20140416005203-00077-ip-10-147-4-33.ec... |
Ger Sligte
Ger Sligte was an artist for the Arbeiders Jeugd Centrale (AJC) between 1918 and 1958. Born in Den Helder, Sligte got his artistic education in Amsterdam, and had his first job as a house painter. He
got his apprenticeship as a painter from his friend Bob Buys. He then worked for an advertising agency, and e... | {"url":"http://www.lambiek.net/artists/s/sligte_ger.htm?lan=dutch","timestamp":"2014-04-17T20:14:27Z","content_type":null,"content_length":"27320","record_id":"<urn:uuid:44bceb8c-3aad-44da-8f14-733726ba5401>","cc-path":"CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00639-ip-10-147-4-33.ec2.inter... |
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:
Find the unit price (unit rate) for this item by completing th... | {"url":"http://openstudy.com/updates/510711a7e4b0ad57a5643e8d","timestamp":"2014-04-19T12:55:54Z","content_type":null,"content_length":"52609","record_id":"<urn:uuid:0001b446-2a78-4f2f-b7d9-05b06d0653ae>","cc-path":"CC-MAIN-2014-15/segments/1398223210034.18/warc/CC-MAIN-20140423032010-00062-ip-10-147-4-33.ec2.internal.... |
How to Measure Concrete to Be Poured
Edit Article
Edited by Permasofty, Teresa, Kate Whitcomb
Measuring the area where Concrete will be placed to calculate how many Cubic Yards, Cubic feet (or Cubic Meters) will be needed.
1. 1
Measure the Length (L). For an example lets say it's 12 feet 6 inches.
2. 2
Measur... | {"url":"http://www.wikihow.com/Measure-Concrete-to-Be-Poured","timestamp":"2014-04-19T14:36:37Z","content_type":null,"content_length":"61268","record_id":"<urn:uuid:bfcf5a17-1fe7-41c2-a2bf-d0c50e34f6d3>","cc-path":"CC-MAIN-2014-15/segments/1397609537271.8/warc/CC-MAIN-20140416005217-00152-ip-10-147-4-33.ec2.internal.wa... |
Fairburn, GA Statistics Tutor
Find a Fairburn, GA Statistics Tutor
...I love helping students identify their weaknesses and score higher through the proper use of key strategies. Scored in the 99th percentile on the exam. Helped two twins with the math portion
of the PSAT.
28 Subjects: including statistics, calcu... | {"url":"http://www.purplemath.com/Fairburn_GA_statistics_tutors.php","timestamp":"2014-04-16T05:03:32Z","content_type":null,"content_length":"23895","record_id":"<urn:uuid:0cdeb7e6-d966-4c99-99c7-5b66f08e6d4f>","cc-path":"CC-MAIN-2014-15/segments/1397609521512.15/warc/CC-MAIN-20140416005201-00546-ip-10-147-4-33.ec2.int... |
the definition of gas constant
gas constant
(symbol R), fundamental physical constant arising in the formulation of the general gas law. For an ideal gas (approximated by most real gases that are not highly compressed or not near the point of
liquefaction), the pressure p times the volume V of the gas divided by its ab... | {"url":"http://dictionary.reference.com/browse/gas%20constant","timestamp":"2014-04-18T12:26:17Z","content_type":null,"content_length":"91158","record_id":"<urn:uuid:8919b55c-ddf0-4748-9106-2020e0c49170>","cc-path":"CC-MAIN-2014-15/segments/1397609533308.11/warc/CC-MAIN-20140416005213-00507-ip-10-147-4-33.ec2.internal.... |
Results 1 - 10 of 74
, 1987
"... Data flow is a natural paradigm for describing DSP applications for concurrent implementation on parallel hardware. Data flow programs for signal processing are directed graphs where each node
represents a function and each arc represents a signal path. Synchronous data flow (SDF) is a ... | {"url":"http://citeseerx.ist.psu.edu/showciting?cid=872779","timestamp":"2014-04-19T19:05:38Z","content_type":null,"content_length":"41896","record_id":"<urn:uuid:18096af0-595a-4fea-88e7-916dc64737e7>","cc-path":"CC-MAIN-2014-15/segments/1398223202548.14/warc/CC-MAIN-20140423032002-00053-ip-10-147-4-33.ec2.internal.war... |
Phase Transformations in Metals and Alloys, Third Edition (Revised Reprint)
In the decade since the first edition of this popular text was published, the metallurgical field has undergone rapid developments in many sectors. Nonetheless, the underlying principles governing
these developments remain the same. A textbook... | {"url":"http://books.google.com.au/books?id=eYR5Re5tZisC&dq=related:ISBN0256114404&lr=","timestamp":"2014-04-19T01:47:52Z","content_type":null,"content_length":"134150","record_id":"<urn:uuid:15c29eed-7e8f-4eac-b7e6-63bd8a3f0744>","cc-path":"CC-MAIN-2014-15/segments/1398223207985.17/warc/CC-MAIN-20140423032007-00574-ip... |
Hypothesis Testing in Generalized Linear Models with Functional Coefficient Autoregressive Processes
Mathematical Problems in Engineering
Volume 2012 (2012), Article ID 862398, 19 pages
Research Article
Hypothesis Testing in Generalized Linear Models with Functional Coefficient Autoregressive Processes
^1School of Math... | {"url":"http://www.hindawi.com/journals/mpe/2012/862398/","timestamp":"2014-04-17T05:49:05Z","content_type":null,"content_length":"991965","record_id":"<urn:uuid:08c52dda-bed8-4c23-9413-c418175cfe0a>","cc-path":"CC-MAIN-2014-15/segments/1397609526252.40/warc/CC-MAIN-20140416005206-00345-ip-10-147-4-33.ec2.internal.warc... |
particular soultion of a initial value problem
March 4th 2008, 09:42 AM
particular soultion of a initial value problem
i know this is more than likely a calculus problem but not sure if my algebra is right so hence the re posting over here. If its the wrong way to post it sorry!
Starting with:
5(d^2y/d^2x) ... | {"url":"http://mathhelpforum.com/advanced-algebra/29946-particular-soultion-initial-value-problem-print.html","timestamp":"2014-04-20T16:31:09Z","content_type":null,"content_length":"5973","record_id":"<urn:uuid:39a74fa3-4778-4cce-a3f4-40c238f305d0>","cc-path":"CC-MAIN-2014-15/segments/1397609538824.34/warc/CC-MAIN-201... |
Q.Coordinates of the centre of a circle whose radius is 2 unit and which touches the... - Homework Help - eNotes.com
Q.Coordinates of the centre of a circle whose radius is 2 unit and which touches the line pair `x^2 - y^2 - 2x + 1=0`
a) `(4,0)`
b) `(1 + 2sqrt2,0)`
c) `(4,1)`
d) `(1,2sqrt2)`
First consider the line p... | {"url":"http://www.enotes.com/homework-help/multi-correct-choice-question-q-coordinates-centre-443457","timestamp":"2014-04-17T21:54:47Z","content_type":null,"content_length":"26974","record_id":"<urn:uuid:62cd64f4-392f-428a-9136-3df412dc7afd>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-201404160... |
by Harry Lythall - SM0VPO
IMPEDANCE BRIDGE
by Harry Lythall - SM0VPO
This project is dedicated to Patrick. It was inspired by the e-mail quest... | {"url":"http://www.sm0vpo.com/antennas/bridge.htm","timestamp":"2014-04-21T07:04:49Z","content_type":null,"content_length":"8371","record_id":"<urn:uuid:66d7738c-2660-4b56-b591-b041fb3ae35e>","cc-path":"CC-MAIN-2014-15/segments/1397609539665.16/warc/CC-MAIN-20140416005219-00478-ip-10-147-4-33.ec2.internal.warc.gz"} |
Assume a Spherical FutureBaby…Assume a Spherical FutureBaby...
Welcome to today’s exciting episode of “How Big a Dork Am I?” Today, we’ll be discussing the making of unnecessary models:
In this graph, the blue points represent the average mass in grams of a fetus at a given week of gestation, while the red line is the ... | {"url":"http://scienceblogs.com/principles/2008/05/20/assume-a-spherical-futurebaby/","timestamp":"2014-04-17T10:09:10Z","content_type":null,"content_length":"84884","record_id":"<urn:uuid:9d265338-21b0-4fe2-ba65-23e29eceb9f8>","cc-path":"CC-MAIN-2014-15/segments/1397609527423.39/warc/CC-MAIN-20140416005207-00167-ip-10... |
Lancaster, PA Math Tutor
Find a Lancaster, PA Math Tutor
I have a degree in business, and experience in business, accounting, finance, and math. I am an easy-going person who is very patient with students. My approach is to pinpoint a problem area and
give the proper information and sources of information to help t... | {"url":"http://www.purplemath.com/Lancaster_PA_Math_tutors.php","timestamp":"2014-04-17T19:26:10Z","content_type":null,"content_length":"24053","record_id":"<urn:uuid:86716c0d-bcee-414e-94a2-9cac1c238caf>","cc-path":"CC-MAIN-2014-15/segments/1398223202774.3/warc/CC-MAIN-20140423032002-00066-ip-10-147-4-33.ec2.internal.... |
MathGroup Archive: July 2010 [00092]
[Date Index] [Thread Index] [Author Index]
Display/manipulating numeric values inside a DynamicModule[]
• To: mathgroup at smc.vnet.net
• Subject: [mg110744] Display/manipulating numeric values inside ... | {"url":"http://forums.wolfram.com/mathgroup/archive/2010/Jul/msg00092.html","timestamp":"2014-04-16T04:21:22Z","content_type":null,"content_length":"26879","record_id":"<urn:uuid:73ebb6cb-b998-4e1b-be8f-1a18323fd676>","cc-path":"CC-MAIN-2014-15/segments/1397609537308.32/warc/CC-MAIN-20140416005217-00505-ip-10-147-4-33.... |
The R programming language is fast gaining popularity among data scientists to perform statistical analyses. It is extensible and has a large community of users, many of whom contribute packages to
extend its capabilities. However, it is single-threaded and limited by the amount of RAM on the machine it is running on,... | {"url":"http://www.vertica.com/author/pratibha-rana/","timestamp":"2014-04-17T21:22:19Z","content_type":null,"content_length":"61387","record_id":"<urn:uuid:9d1cbb45-cff6-4e1d-b676-20e9bce17ea9>","cc-path":"CC-MAIN-2014-15/segments/1397609532128.44/warc/CC-MAIN-20140416005212-00157-ip-10-147-4-33.ec2.internal.warc.gz"} |
How can I compute the range of signed and unsigned types
James Cownie jcownie at etnus.com
Thu Apr 19 02:01:34 PDT 2001
For floating point you may also want to look at
which appears to calculate most (all ?) of the interesting properties
of your floating point representation. (Of course it may get confused
by x86s work... | {"url":"http://beowulf.org/pipermail/beowulf/2001-April/003126.html","timestamp":"2014-04-19T00:01:04Z","content_type":null,"content_length":"7394","record_id":"<urn:uuid:acbe74f8-5228-49ed-883a-4e3f30cd3d88>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00109-ip-10-147-4-33.ec2.inter... |
Scattering of a transversely confined Neumann
Various properties of an electromagnetic wave whose spherical multipole expansion contains only Riccati– Neumann functions are examined. In particular, the novel behavior of the beam phase during
diffractive spreading is discussed. When a Neumann beam is scattered by a sph... | {"url":"http://www.opticsinfobase.org/vjbo/abstract.cfm?URI=josaa-28-12-2577","timestamp":"2014-04-21T16:11:50Z","content_type":null,"content_length":"167662","record_id":"<urn:uuid:f4797b80-7452-4bec-86f7-04f786681577>","cc-path":"CC-MAIN-2014-15/segments/1397609540626.47/warc/CC-MAIN-20140416005220-00103-ip-10-147-4-... |
Report of Test FR 4020
Home Smoke Alarm Project, Alarm Response Calibrations
Report of Test FR 4020
December, 2003
Thomas G. Cleary
Building and Fire Research Laboratory
National Institute of Standards and Technology
This Report of Test presents data from a series of alarm response calibration tests as part of research... | {"url":"http://www.nist.gov/el/fire_protection/buildings/nist-report-of-test-fr-4020.cfm","timestamp":"2014-04-18T23:24:08Z","content_type":null,"content_length":"26160","record_id":"<urn:uuid:bc962302-6175-4a53-8dc8-9eccb7a7ec6e>","cc-path":"CC-MAIN-2014-15/segments/1397609535535.6/warc/CC-MAIN-20140416005215-00072-ip... |
And so it begins… :)
Hello, all! I am Amanda Kriegl, a junior and Elementary Education Major here at Augustana and I will be working with Mrs. Peterson’s kindergarteners throughout these next two terms (Winter and
Spring) for Number Sense! I am very excited and cannot wait to really see the kids grow in their number se... | {"url":"http://www.augustana.edu/blogs/numbersense/?p=479","timestamp":"2014-04-16T19:20:21Z","content_type":null,"content_length":"32082","record_id":"<urn:uuid:cc14d5c8-05d0-4269-9e1f-b47fa3f9aeea>","cc-path":"CC-MAIN-2014-15/segments/1397609524644.38/warc/CC-MAIN-20140416005204-00104-ip-10-147-4-33.ec2.internal.warc... |
Santee, CA Algebra Tutor
Find a Santee, CA Algebra Tutor
...This is very important, because math is a series of building blocks. Once the basics are learned, a student can then develop the skills to tackle any math problem. I believe anyone can learn
to understand math and science with just a little bit of time and... | {"url":"http://www.purplemath.com/Santee_CA_Algebra_tutors.php","timestamp":"2014-04-16T10:17:53Z","content_type":null,"content_length":"23863","record_id":"<urn:uuid:e14b21a7-ac3a-4d40-958a-a7ab12cad390>","cc-path":"CC-MAIN-2014-15/segments/1397609523265.25/warc/CC-MAIN-20140416005203-00564-ip-10-147-4-33.ec2.internal... |
One-dimensional representations of W-algebras
Seminar Room 1, Newton Institute
Premet conjectured that any (finite) W-algebra has a one-dimensional representation. The goal of this talk is to explain results of the speaker towards this conjecture. We will start giving a sketch
of proof for the classical Lie algebras. T... | {"url":"http://www.newton.ac.uk/programmes/ALT/seminars/2009062611301.html","timestamp":"2014-04-21T03:14:35Z","content_type":null,"content_length":"6234","record_id":"<urn:uuid:e8fd243a-73c3-4662-a762-f4899529dddf>","cc-path":"CC-MAIN-2014-15/segments/1398223206672.15/warc/CC-MAIN-20140423032006-00413-ip-10-147-4-33.e... |
SPM/The DCM Equation. 2. Dynamical Systems
From Wikibooks, open books for an open world
What is a dynamic equation?[edit]
To understand DCM, you'll need to a know what a dynamic equation is. It's extremely simple. A dynamic equation describes how a process (a system) changes in time or space.
Here's a couple of example... | {"url":"https://en.wikibooks.org/wiki/SPM/The_DCM_Equation._2._Dynamical_Systems","timestamp":"2014-04-19T19:44:02Z","content_type":null,"content_length":"28380","record_id":"<urn:uuid:79d8cfc3-84b8-41e8-9eb0-73ccee65101b>","cc-path":"CC-MAIN-2014-15/segments/1397609537376.43/warc/CC-MAIN-20140416005217-00626-ip-10-147... |
Math Forum: NCTM 2008
Math Forum Online Workshops - Building an Understanding of Probability
Suzanne Alejandre, the Math Forum @ Drexel
Download presentation slides
PDF format [5.5 MB]
In the Math Forum's online workshop, Technology Tools for Thinking and Reasoning about Probability we investigate some mathem... | {"url":"http://mathforum.org/workshops/nctm2008/session638.html","timestamp":"2014-04-16T13:44:21Z","content_type":null,"content_length":"6802","record_id":"<urn:uuid:2aec22c4-8751-4515-ab59-b3e0ff7f4a29>","cc-path":"CC-MAIN-2014-15/segments/1397609523429.20/warc/CC-MAIN-20140416005203-00021-ip-10-147-4-33.ec2.internal... |
Remainder of Summation and Factorials
November 1st 2009, 08:20 AM #1
Oct 2009
Remainder of Summation and Factorials
My problem is
What is the remainder when 1!+2!+...+100! is divided by 13?
How do you simplify a factorial to find its remainder?
Also, is the remainder of the summation of factorials t... | {"url":"http://mathhelpforum.com/number-theory/111690-remainder-summation-factorials.html","timestamp":"2014-04-18T14:30:43Z","content_type":null,"content_length":"35916","record_id":"<urn:uuid:e96c398f-9c78-4b12-94b1-1493a5421406>","cc-path":"CC-MAIN-2014-15/segments/1397609533689.29/warc/CC-MAIN-20140416005213-00571-... |