id int64 0 10k | text stringlengths 165 5.21k | length int64 128 1.02k |
|---|---|---|
100 | # Find the equation of a plane that intersects the normal vector at the origin, given the equation for the normal vector
I am trying to define a coordinate system for some data in three-space. I have a normal vector v = (a,b,c) = (135, 62, 1005) that passes through the origin (0,0,0). And I am defining the plane to ha... | 153 |
101 | # Changeset 2322
Ignore:
Timestamp:
Sep 19, 2010, 3:18:22 AM (12 years ago)
Message:
docs typo: PCA only supports rows>=columns not the other way around. refs #216
File:
1 edited
### Legend:
Unmodified
r2119 this space, all Nx1 vectors will have dimension Mx1. Hence the projection will have dimension MxM where ea... | 238 |
102 | How many terms of the G.P. 3,3/2,3/4 are needed to give the sum 765/128?
+1 vote
63 views
closed
How many terms of the G.P. 3,3/2,3/4 are needed to give the sum 765/128?
by (50.6k points)
selected
3, $\frac{3}{2}$$\frac{3}{4}$
Here r = $\frac{1}{2}$< 1
sum of G.P = $\frac{a(1-r^n)}{1-r}$
⇒ $\frac{255}{128} = \f... | 326 |
103 | # v18.1Scripting questions
This thread pertains to v18.1 of Pokémon Essentials.
#### Leondrea
##### Trainer
Member
Hi, I've made some Trainer vs graphics, and changed the vs graphic to blue, green and red/pink.
And now I want that the game shows up a red vs graphic, when the player is female
and when the player is a... | 531 |
104 | # Derivation of the Takeoff equation
I am trying to understand the derivation of some simple equations to calculate the neccecary takeoff speed for an airplane (under ideal conditions).
Which is taken from 15. Takeoff and Landing. My main issue is the derivation of the horizontal equation
To get from the first to th... | 190 |
105 | A normal subgroup is the union of conjugacy classes.
This is Exercise 2.6.5 of F. M. Goodman's "Algebra: Abstract and Concrete". I want to check my proof.
Exercise 2.6.5: Show that a subgroup (of a group) is normal if and only if it is the union of conjugacy classes.
My Attempt:
Let $N$ be a subgroup. Then
\begin{... | 722 |
106 | Using pad, overlay and blend … (3)¶
doc
In video comparison, overlapping should often be allowed.
The approach shown here is an approach that seems rather absurd than the one shown earlier. However, depending on the input, the processing performance is the best compared with the previous one and two before.
#! /bin... | 345 |
107 | ## A community for students. Sign up today
Here's the question you clicked on:
## anonymous 5 years ago locate the discontinuity y = 4/(9 + e^(7/x))
• This Question is Closed
1. watchmath
x=0 only
2. anonymous
could you explain
3. watchmath
the function e^(7/x) is undefined at x=0, other than that e^(7/x) is co... | 267 |
108 | The number of arrangments of all digits of 12345 such that at least 3 digits will not come in its position is
6 views
closed
The number of arrangments of all digits of 12345 such that at least 3 digits will not come in its position is
A. 89
B. 109
C. 78
D. 57
by (90.7k points)
selected
(b) Total number of ways such... | 297 |
109 | # Definitional Question about Confidence Intervals
My Statistics Homework went as follows
"A statistics professor asked her students whether or not they were registered to vote. In a sample of 50 of her students (randomly sampled from her 700 students), 35 said they were registered to vote."
After asking you to make... | 1,016 |
110 | # How do you solve the system y = 2x - 3 and y = -x + 3?
Apr 3, 2017
You may set the two $y$'s equal to each other:
#### Explanation:
$2 x - 3 = - x + 3$. Now add $3$ to both sides:
$2 x - \cancel{3} + \cancel{3} = - x + 3 + 3$. Now add $x$:
$2 x + x = \cancel{x} - \cancel{x} + 6 \to 3 x = 6 \to x = 2$
Plug this... | 616 |
111 | # In how many inequivalent ways can 8 people be seated at a round table?
How many different arrangements are there of eight people seated at a round table, where two arrangements are considered the same if one can be obtained from the other by a rotation?
-
Imagine that the $8$ people take their seats one at a time,... | 329 |
112 | Solving equation
anemone
MHB POTW Director
Staff member
Solve the equation $25^a+9^a+4^a=15^a+10^a+6^a$.
Last edited:
Well-known member
Solve the equation $25^a+9^a+4^a=15^a+10^a+6^a$.
Not a complete solution but
a cannot be >1
because $(25^a > (10^a + 15^a)$ and $9^a > 6^a$ so LHS is larger
if a = 1 LHS is larg... | 521 |
113 | # Number Density Calculator
Created by Dominik Czernia, PhD
Reviewed by Bogna Szyk and Steven Wooding
Last updated: Feb 02, 2023
With our number density calculator, you can estimate the charge carrier number density of specific metals. It is a physical quantity that describes how many charge carriers are in a volume ... | 861 |
114 | # System of (quite similar) two equations
Given the real, natural and binary successions $\{t_1,...,t_N\} \in \mathbb{R}$, $\{n_1,...,n_N\} \in \mathbb{N}$ and $\{E_1,...,E_N\} \in \{0,1\}$ we would like to find the $(x,y)$ that satisfies the following equations
$$\begin{cases} \displaystyle\sum_{i=1}^N \frac{E_i}{x-... | 904 |
115 | Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The O'Reilly Data Scientist Survey for 2014 is out, with fresh data on the salaries and tools used by data scientists. Jon King has a summary of the results, but not much has changed since last year: median income is down ve... | 251 |
116 | # Creating functions from output of other calculations
Apologies in advance if the title is vague, I'm not really sure what to call this.
I have a function (call it 'foo') that generates a largeish polynomial, and it is natural to make the variables be
x[1],x[2],x[3]
and so on, so I get a polynomial, e.g.
x[1]^2 ... | 785 |
117 | # Levene's test assumptions
Does the Levene's test have any assumptions? If so, what are they?
To my surprise, neither my textbooks or Wikipedia, mention any assumptions for this test. But I seriously doubt that the test doesn't assume anything about the population. Since it is used so widely, I thought that knowing ... | 266 |
118 | On plant roots logical gates
Adamatzky, A. (2017) On plant roots logical gates. BioSystems, 156. pp. 40-45. ISSN 0303-2647 Available from: http://eprints.uwe.ac.uk/31670
Preview
PDF - Accepted Version
318kB
Publisher's URL: http://doi.org/10.1016/j.biosystems.2017.04.002
Abstract/Description
Theoretical construc... | 330 |
119 | # Unleash Me!
Geometry Level 5
On the big green lawn, Lucky the dog was tethered with a 3-meter rope, tied firmly at stake A, while the 3 stakes A, B, C formed an equilateral triangle of 1 meter apart from one another, as shown on the left.
Starting from point A, Lucky eagerly struggled to run away, pulling the rope... | 241 |
120 | 06 285 000
### Question 1
Here’s a machine you can use for the questions below.
It is just as easy to identify remainders in base $x$ division problems as it is in base $10$ arithmetic.
Look at
$\dfrac {4x{4}-7x{3}+9x{2}-3x-1}{x{2}-x+1}$
on the $1 \leftarrow x$ machine. Can you see that it equals $4x^2-3x+2$ with ... | 603 |
121 | # Tag Info
0
The key properties of plasma that depend on the ion size are: 1) Electric conductivity since it depends on Coulomb scattering of electrons on ions and the rate of it scales as the ion charge squared 2) Radiation properties - for fully ionized plasmas the bremsstralung (braking) radiation due to the Coulo... | 921 |
122 | # Space length between the chapter number and the chapter title
How can I learn the horizontal distance between the chapter number and the chapter title both in ToC and the body text where I use \documentclass[12pt,reqno]{book}. Which keys hold these values?
-
book (like report) sets the ToC entry for a chapter usin... | 834 |
123 | # We say that Temperature is basically average kinetic energy so can't we say that unit of temperature is Joules??
May 12, 2017
No, we don't. We say that temperature is PROPORTIONAL to the average kinetic energy...
${K}_{a v g} \propto T$
More explicitly, from the so-called equipartition theorem,
${K}_{a v g} = \f... | 252 |
124 | # understanding discrete wavelets
I was reading section 4.3.3 from chapter 4 of "A Wavelet Tour of Signal Processing",
"...Let $\bar{f}(t)$ be a continuous time signal defined over $[0,1]$. Let $f[n]$ be the discrete signal obtained by a low-pass filtering of $\bar{f}$ and uniform sampling at intervals $N^{-1}$.
Its... | 129 |
125 | Linearizing Models
The Simulink® product provides the ``` linmod```, `linmod2`, and `dlinmod` functions to extract linear state-space models from Simulink models. However, these functions provide only basic linearization functionality. For full linearization functionality, use Simulink Control Design™ software. For mo... | 641 |
126 | # How to reduce size of bracelets using physics?
My mom has a set of bangles (bracelets) made of gold like the ones shown in the picture. Problem is the size (diameter) of these bangles is a bit more than required. If she goes to a goldsmith he cuts a piece from the bangle and rejoins the ends.
My idea is: why not pu... | 562 |
127 | Lemma 37.55.8. Let $X \to S$ be a morphism of schemes which is locally of finite type. Let $0 \to \mathcal{F}' \to \mathcal{F} \to \mathcal{F}'' \to 0$ be a short exact sequence of quasi-coherent $\mathcal{O}_ X$-modules.
1. If $\mathcal{F}', \mathcal{F}''$ are finitely presented relative to $S$, then so is $\mathcal{... | 352 |
128 | # Does Gaussian Quadrature actually refer to Gauss-Legendre Quadrature?
When the term Gaussian Quadrature appears in most Literatures, does it actually refer to Gauss-Legendre Quadrature.
In other words, do they implicitly admit that they use the Legendre orthogonal polynomials by default?
• I'm not sure what answer... | 576 |
129 | An error was encountered while trying to add the item to the cart. Please try again.
The following link can be shared to navigate to this page. You can select the link to copy or click the 'Copy To Clipboard' button below.
Copy To Clipboard
Successfully Copied!
Contributions to the History of Number Theory in the 20th ... | 888 |
130 | # Uncountably many norms such that no two are Lipschitz equivalent
I am struggling with the following question:
Is it possible to find uncountably many norms on $C[0,1]$ such that no two are Lipschitz equivalent?
I had thought about trying to define norms for each real number r>1:
$$\|f\|_r =\left( \int_0^1 f(x)^r ... | 685 |
131 | # If a 3/2 kg object moving at 8 m/s slows to a halt after moving 4 m, what is the coefficient of kinetic friction of the surface that the object was moving over?
Jan 28, 2016
By using kinematics, we can determine the acceleration, and use that to find the coefficient of friction.
#### Explanation:
By Newton's ${2}... | 553 |
132 | # Is the equation (x+3)^2 /4 + (y -2)^2 / 4 =1 a line, parabola, ellipse, hyperbola, or circle?
Nov 24, 2015
A circle.
#### Explanation:
Multiply everything by $4$ to see that:
${\left(x + 3\right)}^{2} + {\left(y - 2\right)}^{2} = 4$
This is in the form of a circle ${\left(x - h\right)}^{2} + {\left(y - k\right)... | 174 |
133 | # "九章讲坛"第193讲 — 孙文昌 教授
In[C.E. Kenig and E. M. Stein, Multilinear estimates and fractional integration,Math. Res. Lett., 6(1):1-15,1999], the following type of multilinear fractional integral
$$\int_{\mathbbR^{mn}}\frac{f_1(l_1(x_1,\ldots,x_m,x))\cdotsf_{m+1}(l_{m+1}(x_1,\ldots,x_m,x))}{(|x_1|+\ldots+|x_m|)^{\lambda}... | 486 |
134 | Why does my volcano plot look weird?
1
0
Entering edit mode
@373f98d7
Last seen 8 weeks ago
Singapore
Hi all, the below is my volcano plot after EdgeR DGE analysis, plotted with p-value against log2FC.
The volcano plot however looks skewed with very little downregulated genes. What could be the issue here? I have fil... | 285 |
135 | Arens-Fort Space is not Extremally Disconnected
Theorem
Let $T = \struct {S, \tau}$ be the Arens-Fort space.
Then $T$ is not extremally disconnected.
Proof
Let $\map {S_m} V$ denote the set:
$\map {S_m} V := \set {n: \tuple {m, n} \notin V}$
where $V \subseteq \Z_{\ge 0} \times \Z_{\ge 0}$ (the same set $S_m$ us... | 630 |
136 | usagirl007A
## Answered question
2021-08-18
Whether the given ratios are equivalent ratios or not.
Given: $\frac{6}{10}$ and $\frac{2}{5}$
### Answer & Explanation
aprovard
Skilled2021-08-19Added 94 answers
Calculation:
Equivalent ratios are two ratios which have same relationship between the numbers.
Multiply b... | 297 |
137 | # Splitting Frame Title
I want to split my frame title in the beamer class into two equal columns, so that in the left side the title of the section appears and in the right side the title of the subsection (if it exists) appears. Also, different colours for the sides would be nice.
I am trying to use:
\useouterthem... | 408 |
138 | e^iaz
Dgphru
soo this is another stupid question, but i thought that
$$\displaystyle e^{iaz}$$
would equal
$$\displaystyle cos az + i sin az$$
but in my lecture notes it says
$$\displaystyle e^{iaz} = cos ax$$
i dont get it where did the sin go?
simplependulum
MHF Hall of Honor
soo this is another stupid ques... | 614 |
139 | MathSciNet bibliographic data MR2373617 57R85 (57R20 57R75) Pergher, Pedro L. Q. \$Z\sp 2\sb 2\$$Z\sp 2\sb 2$-actions with \$n\$$n$-dimensional fixed point set. Proc. Amer. Math. Soc. 136 (2008), no. 5, 1855–1860. Article
For users without a MathSciNet license , Relay Station allows linking from MR numbers in online m... | 137 |
140 | outliers {DHARMa} R Documentation
## Return outliers
### Description
Returns the outliers of a DHARMa object
### Usage
outliers(object, lowerQuantile = 0, upperQuantile = 1,
return = c("index", "logical"))
### Arguments
object an object with simulated residuals created by simulateResiduals lowerQuantile lower ... | 520 |
141 | How did Maxwell conclude that $\frac{\partial\bf E}{\partial t}$ was necessary to complete $c^2\nabla \times \bf B= \frac{\bf J}{\epsilon_0}\;?$
As we know $$c^2\text{curl}\;\bf B= \frac{\bf J}{\epsilon_0}$$ is incomplete & in many cases like capacitor give contradictory result against Law of conservation of charge.
... | 596 |
142 | # Tag Archives: math education
## Ghostwritten Word
I’ve just learned of the concept of ghostwriting, and I’m stunned.
A friend and fellow grad student of mine cannot believe that I’ve made it this far without imagining it to be possible. I asked around, and I realized that I was one of the few who wasn’t familiar w... | 322 |
143 | ## Invariants of Legendrian knots
Series:
Geometry Topology Seminar
Tuesday, May 31, 2016 - 14:00
1 hour (actually 50 minutes)
Location:
Skiles 006
,
Duke University
Organizer:
Given a plane field $dz-xdy$ in $\mathbb{R}^3$. A Legendrian knot is a knot which at every point is tangent to the plane at that point. One ca... | 220 |
144 | Composite ratio
Jakub, Aneta, and Lenka divided 1342 USD in the ratio 5/2: 3/10: 1/4. How much did Lenka take?
Result
L = 110 Kc
Solution:
$l=\dfrac{ 1/4 }{ 5/2 + 3/10 + 1/4 }=\dfrac{ 5 }{ 61 } \doteq 0.082 \ \\ L=1342 \cdot \ l=1342 \cdot \ 0.082=110 \ \text{Kc}$
Our examples were largely sent or created by pup... | 962 |
145 | # induced representation
Let $G$ be a group, $H\subset G$ a subgroup, and $V$ a representation of $H$, considered as a $\mathbb{Z}[H]$–module. The of $\rho$ on $G$, denoted $\operatorname{Ind}_{H}^{G}(V)$, is the $\mathbb{Z}[G]$–module whose underlying vector space is the direct sum
$\bigoplus_{\sigma\in G/H}\sigma ... | 364 |
146 | # Math Help - Binomial Coefficients
1. ## Binomial Coefficients
Binomial coefficients are defined:
$\left(\begin{array}{c}n\\k\end{array}\right)=\frac {n!}{k!(n-k)!}$
I'm not sure how two write these out going from $k={0,1,2,...,n}$. For $k=0$ I have:
$\left(\begin{array}{c}n\\0\end{array}\right)=\frac {n!}{!(n-0)... | 571 |
147 | # The power of lens is -2.5 D. identify the lens and find ‘f’.
8 views
ago in Physics
closed ago
The power of lens is -2.5 D. identify the lens and find ‘f’.
+1 vote
ago by (13.6k points)
selected ago by
Here, P = -2.5 D
f (in metres) = $\frac{1}{P}$$\frac{1}{−2.5}$ = 0.4 m = -40 cm
Negative sign represents conca... | 228 |
148 | # Number Theoretic Estimate $\sum_{p\leq y}\frac{\log p}{p}h(pt)=\int_{t}^{yt}\frac{h(v)}{v}\ dv+O\big(h(y)\big)$
I'm working through a paper and the author states the following result with little justification, please check my working.
Let $h:[y,\infty)\to\mathbb{R}^{>0}$ be decreasing with a continuous derivative, ... | 702 |
149 | # How do you write a balanced equation for this redox reaction using the smallest whole number coefficients?
## The reaction occurs in aqueous acidic solution. ${\text{ClO"^(-)+"I"_2->"Cl"^(-)+"IO}}_{3}^{-}$
Sep 27, 2017
Well try.....
${I}_{2} + 5 C l {O}^{-} + {H}_{2} O \rightarrow 2 I {O}_{3}^{-} + 5 C {l}^{-} + ... | 468 |
150 | unhandled win32 exception in WolframKernel.exe in DSolve of non-linear ODE in one variable
Bug persisting through 10.4. (windows 7, 64 bit)
Installed 10.3.1 and started to run some old ode's. in V 9, this ode used to return unsolved, which is ok, but in 10.3.1 now the kernel crashes. This is on windows 7, 64 bits. I ... | 233 |
151 | #### Vol. 304, No. 1, 2020
Recent Issues Vol. 306: 1 Vol. 305: 1 2 Vol. 304: 1 2 Vol. 303: 1 2 Vol. 302: 1 2 Vol. 301: 1 2 Vol. 300: 1 2 Vol. 299: 1 2 Online Archive Volume: Issue:
The Journal Editorial Board Subscriptions Officers Special Issues Submission Guidelines Submission Form Contacts ISSN: 1945-5844 ... | 440 |
152 | # Linear Algebra/Determinants
Linear Algebra
← Topic: Orthonormal Matrices Determinants Definition of Determinant →
In the first chapter of this book we considered linear systems and we picked out the special case of systems with the same number of equations as unknowns, those of the form ${\displaystyle T{\vec {x}}... | 638 |
153 | ## upper bounded taylor
$f(x)$ is two times diff. function on $(0, \infty)$ .
$\lim\limits_{x\rightarrow \infty} f(x) = 0$ satisfy.
$M=\sup\limits_{x>0}\vert f^{\prime \prime} (x) \vert$ satisfy
. for each integer $L$ ,
$g(L) = \sup\limits_{x\geq L} \vert f(x) \vert$, and $h(L) = \sup\limits_{x\geq L} \vert f^{\prime}... | 193 |
154 | # PCA output of Matlab's pca() function doesn't match manual calculation
I try to calculate the PCA in my matrix and I use two ways for this:
1. PCA function
[coeff, score, eigenvalues] = pca(M);
2. And for compare and understand the PCA calculus, I try to calculate step by step the PCA without the matlab function ... | 758 |
155 | # D'Agostino-Pearson vs. Shapiro-Wilk for normality
In the field I work in, there is a large amount of impetus to use Shapiro-Wilk testing as the default normality test (possibly due to NIST and some pubmed papers). I understand that one weakness of SW testing is for tie values, but am not sure of when specifically I ... | 1,008 |
156 | ## On an SVD-based algorithm for identifying meta-stable states of Markov chains
Ryan M. Tifenbach
### Abstract
A Markov chain is a sequence of random variables $X = \{x_{t}\}$ that take on values in a state space $\mathcal{S}$. A meta-stable state with respect to $X$ is a collection of states $\mathcal{E} \subseteq... | 327 |
157 | Intermediate Algebra: Connecting Concepts through Application
a. $C=5.29(x) + 400$ b. 929 dollars c. 160 proofs
a. $x=number of proofs$ $C=cost$ $C=5.29(x) + 400$ b. $C=5.29(100) +400$ $C=529+400$ $C=929$ c. $C=1250$ $1250=5.29(x)+400$ $1250-400=5.29(x)$ $850=5.29(x)$ $850\div5.29=x$ $x=160.68$ $x=160$ | 154 |
158 | # Math Help - Combinations
1. ## Combinations
A student is writing a test with 4 true/false questions. The student wants to know the theoretical probability of passing the test by guessing. This means that 2 or more of the 4 questions are answered correctly by guessing. Determine this probability and show all your wo... | 281 |
159 | # Existence of Hartogs Number
## Theorem
Let $S$ be a set.
Then $S$ has a Hartogs number.
## Proof 1
From Hartogs' lemma there exists an ordinal $\alpha$ such that there is no injection from $\alpha$ to $S$.
We also have that Ordinals are Well-Ordered.
It follows from the definition of well-ordering that there e... | 198 |
160 | # Chapter 3 - Quadratic Functions - Exercises for Skills for Factoring - Page 135: 91
$x=\{0,36\}$
#### Work Step by Step
Let $u=\sqrt{x}$ for this example. Therefore, $u^2=x$. This means that the equation becomes $3u=\frac{1}{2}u^2$. Multiply both sides by $2$ and bring the $3u$ term to the other side to get $$u^2-... | 261 |
161 | # Math Help - Conformal Mapping
1. ## Conformal Mapping
Hello,
What is a conformal mapping from the upper half unit disk to the entire unit disk?
What is a conformal mapping from the 3/4 plane where the argument is from 0 to 3pi/2, onto an infinite strip?
Any help with this would be greatly appreciated. Thanks!
2... | 355 |
162 | # A triangle has corners at (6 ,6 ), (7 ,4 ), and (1 ,2 ). How far is the triangle's centroid from the origin?
Distance of the centroid from origin is $6.15 \left(2 \mathrm{dp}\right)$ unit
Centroid of triangle is at $\left(\frac{{x}_{1} + {x}_{2} + {x}_{3}}{3} , \frac{{y}_{1} + {y}_{2} + {y}_{3}}{3}\right) \mathmr{an... | 239 |
163 | # pandas.DataFrame.from_csv¶
classmethod DataFrame.from_csv(path, header=0, sep=', ', index_col=0, parse_dates=True, encoding=None, tupleize_cols=None, infer_datetime_format=False)[source]
Deprecated since version 0.21.0: Use read_csv() instead.
It is preferable to use the more powerful read_csv() for most general p... | 452 |
164 | Area of Lobe of Lemniscate of Bernoulli
Theorem
Consider the lemniscate of Bernoulli $M$ embedded in a Cartesian plane such that its foci are at $\tuple {a, 0}$ and $\tuple {-a, 0}$ respectively.
Let $O$ denote the origin.
The area of one lobe of $M$ is $a^2$.
Proof
By the definition of the lemniscate of Bernoull... | 514 |
165 | ## anonymous 5 years ago what is the sum of all even numbers between 1 and 1000
1. Owlfred
Hoot! You just asked your first question! Hang tight while I find people to answer it for you. You can thank people who give you good answers by clicking the 'Good Answer' button on the right!
2. anonymous
sum of all even num... | 452 |
166 | Want to ask us a question? Click here
Browse Questions
Ad
0 votes
# A random variable $X$ has the following probability distribution.$\begin{array} {llllllll} \textbf{X:}& 0& 1& 2& 3& 4& 5 \\ \textbf{P(X=x):}& 1/4& 2a &3a& 4a& 5a& 1/4 \end{array}$Then $p(1\leq x\leq 4)$ is
$\begin{array}{1 1}(1)\frac{10}{21}&(2)\fra... | 297 |
167 | Takes an arbitrary amount of Graphs or PipeOps (or objects that can be automatically converted into Graphs or PipeOps, see as_graph() and as_pipeop()) as inputs and joins them in a new Graph.
The PipeOps of the input Graphs are not joined with new edges across Graphs, so if length(graphs) > 1 the resulting Graph will ... | 209 |
168 | dc.creator Holt, C. W. en_US dc.creator Gerry, Michael C. L. en_US dc.creator Ozier, I. en_US dc.date.accessioned 2006-06-15T13:42:00Z dc.date.available 2006-06-15T13:42:00Z dc.date.issued 1975 en_US dc.identifier 1975-TG-05 en_US dc.identifier.uri http://hdl.handle.net/1811/9495 dc.description $^{1}$ C. W. Holt, M.C.L... | 578 |
169 | # Raddington Industries is a manufacturer of tool and die machinery. Raddington is a vertically int...
Raddington Industries is a manufacturer of tool and die machinery. Raddington is a vertically integrated company that is organized into two divisions. The Reigis Steel Division manufactures alloy steel plates. The To... | 618 |
170 | # latex l3sys get exit code of script
TeX - LaTeX Asked by aaaaaaaaaa on January 13, 2021
I am using l3sys of the latex3 interfaces, i need to get the exit code of a script after running it. I am running sys_get_shell:nnN, i tried giving it echo $? and echo$, but the shell for some reason interprets $? as the literal... | 772 |
171 | Subject: Geometry
Squares And Square Roots
Geometry.SquaresAndSquareRoots History
March 15, 2012 by matthew_suan -
!!Perfect Squares
Perfect squares are those squares whose square roots are integers. Few examples of perfect squares:
1.) 1: 1x1=1\\
2.) 4: 2x2=4\\
3.) 9: 3x3=9\\
4.) 16: 4x4 = 16\\
March 15, 2012 by ... | 861 |
172 | 1. ### Quantum Sakurai Physics Prereqs
Hello, I've seen some ask about math prereqs for Sakurai's Modern Quantum Mechanics, but I was wondering about the physics prereqs as well. Should classical mechanics and electrodynamics be studied beyond first-year physics courses? Also, is statistical physics needed? What are t... | 442 |
173 | Accelerating the pace of engineering and science
# std
Standard deviation
## Syntax
s = std(X)
s = std(X,flag)
s = std(X,flag,dim)
## Definitions
There are two common textbook definitions for the standard deviation s of a data vector X.
$\begin{array}{l}\left(1\right)s={\left(\frac{1}{n-1}\sum _{i=1}^{n}{\left({... | 629 |
174 | # Let Alexa welcome you home
Alexa Jun 26, 2020
Using Home Assistant and Node Red, I created an automation which not only greets me when I come home, but also tells me who is home and who is away (and how long).
Welcome back, Celine. Dylan and Mom are also at home. Dad left two hours ago.
## The flow
Our imaginary... | 342 |
175 | Spectral Norm Regularization of Orthonormal Representations for Graph Transduction
Rakesh S, Bibaswan Chatterjee, Raman Sankaran, Chiranjib Bhattacharyya, Francis Bach.
Neural Information Processing Systems (NIPS), 2015.
Abstract
Recent literature [1] suggests that embedding a graph on an unit sphere leads to better... | 474 |
176 | ## anonymous 3 years ago The sum of 12 times the larger number and 11 times the smaller is -36. The difference of 12 times the larger and 7 times the smaller is 36. Find the numbers.
1. helder_edwin
let $$x$$ and $$y$$ the two numbers we r looking for. and suppose that $$x>y$$. then $\large 12x+11y=-36$ and $\large 1... | 213 |
177 | Vol. 16, No. 2, 2022
Recent Issues
The Journal About the Journal Editorial Board Editors’ Interests Subscriptions Submission Guidelines Submission Form Policies for Authors Ethics Statement ISSN: 1944-7833 (e-only) ISSN: 1937-0652 (print) Author Index To Appear Other MSP Journals
Formal groups and lifts of the field... | 414 |
178 | # Find integrals
1. Apr 3, 2009
### -EquinoX-
1. The problem statement, all variables and given/known data
Find the integral of
$$\int{9cos(t)e^{9sin(t)} - e^{cos(t)}sin(t)} dt$$
$$\int{ - t^2sin(t) + 2tcos(t)} dt$$
$$\int{-8(sin(t))^2 - 2cos(t)sin(2sin((t)))} dt$$
2. Relevant equations
3. The attempt at a soluti... | 708 |
179 | # Revision history [back]
### move_group interface using a callback function
Hello
by using the move_group interface provided by MoveIt! I am moving the end effector of a robotic manipulator in a specific position in the 3D space. The code I am using to achieve this is shown below and everything works fine.
ros::in... | 696 |
180 | # Question #363c9
Jan 29, 2016
$Y \propto X$ with a proportionality constant of 2 means $Y = 2 X$
#### Explanation:
We can write the statement "Y is proportional to the value of X ", which means that if X is double, Y is also doubled etc, as follows:
$Y \propto X$
Y is proportional to X
To convert a proportionali... | 156 |
181 | VHE gamma-rays from the other side of the Milky-Way: SNR G349.7+0.2 - Archive ouverte HAL Access content directly
Conference Papers Year :
## VHE gamma-rays from the other side of the Milky-Way: SNR G349.7+0.2
C. Trichard
• Function : Author
D. Fernandez
• Function : Author
V. Marandon
A. Fiasson
Matthieu Renaud
G. M... | 554 |
182 | # setdiffFS
setdiffFS finds the positive integers in a which are not present in the positive integers in b
## Syntax
• c=setdiffFS(a,b)example
## Description
c =setdiffFS(a, b) Example of use of setdiffFS.
## Examples
expand all
### Example of use of setdiffFS.
Define two vectors (containing positive integers... | 573 |
183 | # An earth satellite of mass m revolves in a circular orbit at a height h from the surface of the earth. R is the radius of the earth and g is acceleration due to gravity at the surface of the earth. The velocity of the orbit is given by
Q: An earth satellite of mass m revolves in a circular orbit at a height h from t... | 171 |
184 | ## Bulletin of the Belgian Mathematical Society - Simon Stevin
### A Non-Resonant Generalized Multi-Point Boundary Value Problem of Dirichlet-Neumann Type involving a p-Laplacian type operator
Chaitan P. Gupta
#### Abstract
Let $\phi$, $\theta$ be odd increasing homeomorphisms from $\mathbb{R}$ onto $\mathbb{R}$ sa... | 962 |
185 | I created the following image with pstricks:
The fading fillings are generated by:
\psline[linewidth=10cm,linecolor=Black,linestyle=fade,fadepoints=500,fadeto=transparency](5,6)(5,1)
Since, the Earth itself is round, I obviously cannot use this drawing if precision is needed. Therefore, I created the next one:
My ... | 983 |
186 | # structure theorem for finitely generated modules over Dedekind Domains
I am looking for an example or application of this theorem that isn't completely trivial or too involved. I am giving a seminar talk and I've got a few examples. I'm looking for one more. But I can't find any good examples surfing the web. Exampl... | 257 |
187 | # How do you find the indefinite integral of int ( (sin(x))^2 - (cos(x))^2 ) / (sin(x))?
$- \cos x + \cot x + c$
$\int \frac{{\sin}^{2} x - {\cos}^{2} x}{\sin} x \mathrm{dx} = \int \left(\sin x - \cos \frac{x}{\sin x \cdot \sin x}\right) \mathrm{dx}$
$\int \sin x \mathrm{dx} - \int \cot x \cos e c x \mathrm{dx} = - \c... | 158 |
188 | # How do you solve x^2=8x?
Dec 2, 2015
${x}_{1} = 0 \mathmr{and} {x}_{2} = 8$
#### Explanation:
${x}^{2} = 8 x$
Add $8 x$ to both sides:
$\implies {x}^{2} - 8 x = 8 x - 8 x$
$\implies x \left(x - 8\right) = 0$ (factrorization)
$\implies {x}_{1} = 0 \mathmr{and} {x}_{2} = 8$
graph{x^2-8x [-40, 40, -20, 20]}
Dec 2, ... | 231 |
189 | # Using induction in a measure theory proof
I use $\mu^*$ to denote the outer measure of a subset of $\mathbb{R}$.
Recently on a HW, I had a countable collection of measurable, pairwise disjoint sets {$E_k$}, and I wanted to show $\mu^*(A\cap\bigcup_kE_k)=\sum_k\mu^*(A\cap E_k)$, where $A$ is bounded.
In a previous ... | 604 |
190 | # Thread: C++ input
1. ## C++ input
Code:
#include <iostream>
#include <fstream>
#include <math.h>
using namespace std;
int main()
{
char str[2000];
fstream file_op("C:\\IndusCommodities\\PriceFiles\\AllMarkets-1.txt",ios::in);
if (!file_op.is_open())
{
cerr << "Unable to open the file" << endl;
return -1;
}
wh... | 652 |
191 | My bibliography Save this paper
# Matching games with partial information
## Author
Listed:
• Paolo Laureti Yi-Cheng Zhang
## Abstract
We analyze different ways of pairing agents in a bipartite matching problem, with regard to its scaling properties and to the distribution of individual satisfactions''. Then we e... | 948 |
192 | ### Cardinality and counting quantifiers on omega-automatic structures
Lukasz Kaiser, Sasha Rubin & Vince BáRáNy
We investigate structures that can be represented by omega-automata, so called omega-automatic structures, and prove that relations defined over such structures in first-order logic expanded by the first-... | 161 |
193 | # panda3d.direct¶
CConnectionRepository This class implements the C++ side of the ConnectionRepository object. CConstrainHprInterval A constraint interval that will constrain the orientation of one node to the orientation of another. CConstrainPosHprInterval A constraint interval that will constrain the position and ... | 1,006 |
194 | # What is half of 1/3 cup?
Then teach the underlying concepts
Don't copy without citing sources
preview
?
#### Explanation
Explain in detail...
#### Explanation:
I want someone to double check my answer
59
Gió Share
Sep 8, 2015
Have a look:
#### Explanation:
This is a very nice question...!
The straight forwar... | 559 |
195 | Find Paper, Faster
Example:10.1021/acsami.1c06204 or Chem. Rev., 2007, 107, 2411-2502
Multiple bifurcations of the flow over stalled airfoils when changing the Reynolds number
Journal of Fluid Mechanics (IF3.627), Pub Date : 2018-05-04, DOI: 10.1017/jfm.2018.189
E. Rossi, A. Colagrossi, G. Oger, D. Le Touzé
In the p... | 415 |
196 | I don't have a solution, but here are some thoughts which might be of use or interest.
You may have seen this already, but if your group is discrete then its group von Neumann algebra $VN(G)$ is "directly finite" - that is, every left invertible element is invertible. I think this property is inherited by the algebra ... | 743 |
197 | # Coupled circuits
1. Oct 1, 2014
### ranju
1. The problem statement, all variables and given/known data
In the given attachment (supply has voltage v(t) , ) we have to write mesh equations .I am not getting how to decide the polarity of voltage across inductor ???
2. Relevant equations
3. The attempt at a solutio... | 1,001 |
198 | # Math Help - Slope through two points
1. ## Slope through two points
How do you find slope through two points?
Heres a problem: (2,-4) (6, -2)
Thanks
2. Originally Posted by zachcumer
How do you find slope through two points?
Heres a problem: (2,-4) (6, -2)
Thanks
The slope, $m$, between two points $(x_1,y_1) \... | 304 |
199 | ## Basic College Mathematics (10th Edition)
Starting with $2$ $36 = 2*2*3*3$ Starting with $3$ $36 = 3*3*2*2$ The order of division did not change the answers
Starting with $2$ $36÷2 = 18$ $18÷2 = 9$ $9÷3=3$ $3÷3=1$ $36 = 2*2*3*3$ Starting with $3$ $36÷3 = 12$ $12÷3 = 4$ $4÷2=2$ $2÷2=1$ $36 = 3*3*2*2$ | 149 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.