#help-0
1 messages · Page 1057 of 1
Now in the solution, they say "Let TA be x, then TXA = 360° - x"
But I don't understand how they can subtract a length from an angle
I think they mean the measure of major arc TA
But after that they say "TXA = 360° - x"
So if x is the major arc, how can they subtract it from 360 degrees?
one sec
Subtracting an arc measure (that is let's say in cm) from an angle
arc(TA) refers to the measure of the red arc
yes
arc(TXA) refers to the measure of the measure of the blue arc
now x is the red
but let's say red is 5cm, blue is 4cm, how do they sum up to 360°?
oh
They subtract it from the total measure of the circle
arc measure
equivalent to the central angle the arc subtends
sometimes I see it as m(TA) with the curve on TA to denote arc measure
arc(TA) refers to $\alpha$, right?
Kepe
no
arc measure
equivalent to the central angle the arc subtends
alpha isn't a central angle
yeh
i think that notation technically refers to the arc itself (neither measure nor length) but measure was implied based on what they were doing
alr, thank you
usually an m would be included
.close
Closed by @thick lynx
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello I am practicing project Euler i am stuck with a problem
don't ask to ask
def toreverse(n):
rev = 0
while n > 0:
rev = 10 * rev + n % 10
n = n//10
return rev
lep = []
for i in range(100,999):
for j in range(100,999):
if toreverse(ij) == ij:
lep.append(i*j)
print(lep[-3])
Over above are the question and solution(atleast a try)
I output of the answer suppose to be last item if the array
But it chooses -3 place of array
Can anyone help
This code is a solution
The correct is held up in -3
I found out when I listed the all the elements
I see
Of the array
one sec
fix your code
so I can read it better
do ```
followed by the word python
then another ```
under the code
@glacial spear
Give me a min
def toreverse(n):
rev = 0
while n > 0:
rev = 10 * rev + n % 10
n = n//10
return rev
lep = []
for i in range(100,999):
for j in range(100,999):
if toreverse(ij) == ij:
lep.append(i*j)
print(lep[-3])
3rd line from the end
is wrong
what does to reverse even do
oh
such a convoluted solution
just make a function that check if it's a palindrome
and starts going down
can you elaborate on your solution
and you don't need nested for loops
@glacial spear
you do but not like what you wrote
oh
you have redundant data
try this
for k in range(999,100):
for j in range (k,999):
if(toreverse(i*j) =(i*j):
print(i*j)
break
this is way easier
Closed by @glacial spear
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Closed due to the original message being deleted
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Help
I am not able to prove the anticipated
But the one i have done is correct or not?
it is
but as you can see, its hard to proceed
the easiest way here is to simplify RHS
tan(65) = tan(20 + 45)
expand it and express in terms of sin and cos and you'll get LHS
40 = 30 + 10
you can get trig ratios for 10 with some sub-multiple angle formula but it'll be way too tedious
What will I be doing with the 20°s?
Will they get cancelled away?
Hey if i do componendo and dividendo?
how exactly?
How bruv?
Ohh yeah
Man i have done wrong
I am doing the one you told
But i have a question
yeah?
I should use the LHS to prove the RHS, it's okay if i do otherwise, but is that a good practice?
yeah it's ok
Closed by @native nebula
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Difference between countable and finite?
A countable set is either a finite set or countably infinite set
@gaunt peak Has your question been resolved?
Yea thats what I found online, but what does that mean
I get countable infinities, with huberts infintite hotel or whatever the name was
But still kind of counfueses me
Does uncountable then mean, that there is no relation that could relate a countable set into the uncountable?

Yeah they're not equivalent, like the set of all reals is uncountable
https://en.wikipedia.org/wiki/Cantor's_theorem
Right, and whole numbers are countable, because of the diagonal proof (idk what the name was, where you take a real number between 0 and 1 and fit each of those in between?
Ill give this a read
Thanks
A set A is uncountable if no injective function from A to N
so every finite set is countable
https://en.wikipedia.org/wiki/Cantor's_diagonal_argument the diagonalization argument shows that the reals are uncountable
Right, we would use a function, because relations could relate multiple originals to however many images
Yes
So to conclude, countability is just a properity of a set, infinite or finite.
Yeah basically
A question on a test was : "There is number of algorithms: countable, uncountable, continuous, finite"
Thats what sparked my interest in the difference
And Im guessing its related to the halting problem, which I am not familiar enough with to know whether its a countable or finite set
Same
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
any ideas
what I did wrong here
What's the original function?
Second line of f'''(x), you have e^x*e^x
And you pull out an e^x
What's missing
It's what I said then
You pulled out an e^x in the third line but there should be one left over in the second term
agggh god
i thought
e^x * e^x = 2*e^x LOL
so stupid
na
still not correct
i think i didnt deriviate correctly
What did you now arrive at?
Why do you think its wrong
@keen python Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
All I know if I square both sides to get 4R=2k^5
what?
What the
the last helped
helper
said thats what u get
and then he just dipped
do you have screenshots
no
$(4\sqrt{2R})^2 = 4^2 \cdot (\sqrt{2R})^2 = 16 \cdot 2R = 32R$
Ann
32R = (2K)^(5)
4k^5?
Sorry for the misleading notation
Where did that come from
Read
How
@alpine sable Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If c is a zero of f, then c is a/an ___________________ of the graph of f.
should be intercept
root
lol
doesnt say whether c is x or y
If f(c) =0
right
root is for x intercept no?
it doesnt say
exactly
both are correct
f
these feel like trick questions
no they're not trick questions, they're just definitions/theorems
for previous should be intercept
you would answer this one "f"?
this is the correct answer
intercept is graphical term
root is algebraic
Correct.
I'd say
we dont know if f is x or y
I think it should say zero not root.
lol
But who knows
f is y
?
If c is a zero of f, then c is a "zero" of the graph of f.
that just repeats the question
if f(c) = 0 then f(x)mod(x-c) = 0
this is why I feel they are trick questions, for how they can be interpreted
see discussion above
there is no discussion, the answer is intercept, everyone is agreeing on it
what about this one?
" If c is a zero of f, then (x - c) is a factor of ___________________?"
f(x)
wrong. "the original polynomial" is the correct answer
i'm worried i would get these wrong for how I word them
but it's not described with the same wording
it's like saying root or zero both are the same but different ways of wording
i hope teacher will be forgiving
if not, demand your score to be fixed
yeah
i will need to be diligent with this, interpretations can be different but if they lead to the same answer it should be considered correct
.close
Closed by @dawn quail
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Could i receive help for a topic involving Discrete Mathematics called "Predicate Logic", i understand the basics of the topic but I find myself getting stuck on some questions, need help for some things to be clarified and getting rid of confusion.
yep, ask away
elements of the following sets:```
{ y - x | x ∈ P ∧ y ∈ Q ∧ (x < 3 ⇒ y < 3) }
i understand that x is going to contain all the elements of set P and y is going to contain all of elements from set Q
right yep
but the constraint doesnt make sense to me
so in this case, the set is asking for all possible values of y - x where $x\in{P} and y\in{Q}$
x < 3 implies that y < 3, this part confused me a lot
ethan
so this means that if the chosen value of x is less than 3, then the corresponding y value must also be less than 3
how would this entire calculation work step-by-step?
cause thinking in steps helps me understand
hmm what I'd do is start with x values
if x=1, then the possible values of y are 1 and 2
then repeat with x=2,3,4
and perform the calculation y - x for each pair of values
so what you can do is write every possible pair from P and Q
and then perform the calculation
the thing im still confused on is i dont understand how u know what elements to remove from the set with "if x<3 then y < 3"
would it not be x = {1,2} y = { ∅ }
as these elements less than 3
@uneven pond Has your question been resolved?
Sorry I didn't mean to ignore you. I thought I had already given all the information needed for the problem.
Sorry I forgot to mention that it was the first two terms of the taylor series of the sine function, sorry about that.
.close
Closed by @uneven pond
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help expanding an equation
(2y-3x)^4
i tried step by step to expand it and ended up with a wild amount of different answers none of which were right, kind of hard to explain.
Anyways, I thought i would rewrite the equation as (2y-3x)(2y-3x)(2y-3x)(2y-3x)
That’s how you should write it
then i began foiling each bracket
so
for the question im answering, it says to use pascals triangle
but i am trying to do it without that
I don't suggest that
so I can understand how pascal's triangle helps
If it suggests Pascal's triangle, use it because it's a shortcut
no i get that
Instead of doing this (2y-3x)(2y-3x)(2y-3x)(2y-3x)
but im trying to understand how to do it without pascal's triangle so that I can develop that skill just because
Because if you did that by hand, you'll maybe make lots of mistakes
well im trying to make sure i don't make mistakes, and I don't know where I keep going wrong
What if you have (2y-3x)^10? Would you do that by hand too?
It's possible but you would spend too much time doing it
i understand that
but I am willing to try it anywyas, because one of my classmates did
and I am trying to follow along but they are smart and skipped a lot of steps
and I am trying to figure it out on my own and I am not succeeding
Maybe because they used Pascal's triangle?
they didn't
at first anyways
look I am just trying to find help/knowledge on how to properly expand things by hand without making mistakes
so if you could help/point me in the right direction aside from pascal's triangle I'd appreciate it, since avoiding it is the purpose of this challenge
Anything higher than power 4, is tedious to do by hand, and if you are in a test, you would spend probably half the time expanding it
My suggestion, is no, don't do it by hand. But if you are, it's distribution
Because you're messing up math
ill do 2y-3x(2y-3x) for the first set of brackets
then i take the result from that and continue on forward
because i multiply in the order it comes
If you are do it by hand, you are going to make more mistakes than using the shortcut
how do i know when it's a mistake if it is normally the right thing to do
maybe ill write down a couple steps
The reason why the problem says to use Pascal's triangle, is to minimize the mistakes you make and not waste your time
i know
Algebra
Like failing to multiply properly
but im trying to understand how to do it without pascal's triangle anyways
You can understand it with smaller powers
let me write out a step
As mentioned, bigger powers = more mistakes = more time wasted
So you are going to spend, maybe 10 - 15 minutes expanding. If you make a mistake, then add on another 10 - 15 because you're going to relook at everything to see where went wrong. But using Pascal's triangle, if you did it properly, 5 minutes max
does that first step make sense
That's how distribution works
ok, so am i good to do the second step now?
Sure
ok
Just don't make any mistakes
ill try not to
And then if you do, you'll see that doing this by hand is pointless
And Pascal's triangle is better
Oh that too, you'll run out of space if you do it by hand
but did i do that right
You can simplify, I believe
so i have -12y^2x -24y^2x
does that become -36y^4x^1
or do i not add the exponents
multiply exponents
No
i don't?
aren't you supposed to multiply exponents when adding/subtraction bases?
Nope
why is that
Because you're think of multiplying two values
That's when you add/subtract exponents
Like 2x + 3x, is that 5x or 5x^2?
Yes
Because adding/subtracting values with the same base, the base stays the same
Yes
Because that's multiplying
what if it was a^3 + a^2
what
Can someone plz help me on this problem the 2nd problem
how is it the variable and the power
So because you have different powers, the base is different
how is it not just the variable
Because it's like adding cats and dogs, the exponents are different hence different values
i dont understand that analogy
because i see it like adding cats and cats, except a different number of cats
If you see it like that, then it's two different types of cats
Not different numbers
a^2 is one type, a^3 is a different type
For you to add like terms, the base needs to be the same. For a base to be the same, you must have the same variable and the same exponent
what is a base then
i thought a base was just the variable and its coefficient
not also the exponent
So a^2 and a^3 so have the same variable but not the same power so you can not add them
but if they had the same power i could?
so does that become a^4?
No
2a^2?
You don't add the exponents
Yes
Because that's not how it works
You don't multiply the exponents when you add/subtract
then why is my educational institution gas lighting me
ive learned all throughout my years of math that's what you do
I'm suggesting that you should look back into exponents and adding like terms
but what you're saying appears to be right
You probably misunderstood the concept
i swear that's what they said
No
and if that's not what they meant, then they said it improperly
No way a teacher said that
Then that's on you because you mostly misunderstood it
mmmm no
they should have explained it better
that's exactly what they said, i just wrote down what they sai
A teacher is teacher for a reason. Sure, some are garbage at teaching but there is no way they would present something incorrect
sometimes they do
often times they make mistakes and we have to correct them
assuming they're infallible wouldn't be fair
They make mistakes because they're rushing examples. Concepts, most likely not
So as I stated, it's probably you, that misunderstood
well idk what to say. that's what I remember being taught
and clearly it was wrong
you can't say that for certain
I can't say that for certain
it happened years ago, and the evidence is merely on memory at this point
And I can say for certain, that it's on you for not verifying that logic and see if that made sense at the time
ok that's fair, but simultaneoulsly, i didn't have a lot of time to verify every little thing
and I did assume what they were saying is 100% correct all the time because back then i blindly followed authroity
anyways Im getting side tracked. let me take this into account and simply
so, to be clear, i do not add/multiply/change the exponents in any way when adding bases
im merely just combining the coefficients?
Yes
ok
aight
i got the right answer thanks
the only reason i needed to do this practice for myself was because im not confident with expanding, factoring, and other stuff like that and so it was going to help me in understand why pascal's triangle is useful. now ill go do the question
@nocturne wolf Has your question been resolved?
Closed by @nocturne wolf
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Complex Variables: not sure how to interpret this one.
what are you having trouble with
What does it mean taking in the positive orientation and all z “not on the curve”
@edgy flare Has your question been resolved?
positive orientation is counterclockwise
z not on the curve means all z not on C (consider why we can't have g(z) for some z on C)
I was too lol so I wasn't checking anyways
I’m confused. It says “g(z) for all z not on the curve C as follows:”
So g only describes z not on the contour?
I’m also confused by the zeta symbols
I don’t know what those mean.
Maybe I need to try this one later and move on to the next one.
it's just an integration variable
replace it by x or u if you want
but zeta is pretty standard for complex integrals
So if that, then Z=zeta is a pole, why am I worried about zeta not being in the contour?
well if z was on the curve C then you would have a problem
but z isn't
z is fixed, zeta runs along the curve C
Closed by @edgy flare
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
h(t) = this integral
cos is even, sin and 1/w are odd
yup
not zero
He messed up even and odd don't worry
^
The integral converges but I don't know where
😮
Intuitively I don't see this thing diverging anytime
it doesnt
That's why I wasn't saying anything. It's that I don't have anything useful to say
lol
,w int \frac{2\cos\left(x\right)\sin\left(2x\right)}{x} dx
I think bots are broken rn, go use the website if you really want to
ah
@terse oak Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
the max points achieved in a tournament is 30 points for 5 teams right?
with 10 games won
and then 45 for 6 teams right
i dont think you can win 10 games
since each team plays against every other team once
so each team plays only 4 rounds
such a matrix might be helpfull
this would be a possible outcome
the 3,0 means 3 points for team 1 and 0 points for team 2
team 1: 12 points
team 2: 9 points
team 3: 6 points
team 4: 3 points
team 5: 0 points
@vast bobcat Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is the formula for the distance between two points?
d=sqrt((x1-x2)^2+(y1-y2)^2)
You are given the values for the two points, P and S. Substitute those values into the distance formula.
Through algebraic manipulation, you can simplify the equation.
\begin{align*}
\text{Distance} &= \sqrt{(x_{1} - x_{2})^{2} + (y_{1} - y_{2})^{2}} \
&= \sqrt{(a \cdot \cos{t} - ae)^{2} + (b \cdot \sin{t} - 0)^{2}}
\end{align*}
Kookiemon
mhmm
My one tip is to utilize the part of the question where it says b^2 = ...
🙂
.close
Closed by @hollow lark
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
This question is worded so strange... can somebody help?
Well I guess by "arm" they mean like a segment
Basically restrict the parabola so that y-values don't repeat
How?
I have no idea 😭 he didnt teach us LOL
Well lemme rephrase, I don't need to know what it is
Well did your teacher not define h(x)
Like what it is equal to?
It's just straight out h(x)?
What is f(x) defined as
Like what is it equal to
just paste the whole question lol
I mean like this is just to help you visualize what is going on
that is the whole question lol
d.
Well forget what h(x) is
a b c are diff questions
You have two options
this is the first place it mentions h(x)?
Let $(a, b)$ be the coordinate point of the vertex of parabola $h(x)$. In order to domain-restrict it so that its inverse exists, we have to restrict it so no y-value repeats. You have two options:
$$x \leq a$$
$$x \geq a$$
Umbraleviathan
so we just choose values?
I mean what's the vertex of h(x)
a,b
No like the actual value of its vertex
the question didnt give any values 😭
You have the equation right?
Bruh so you were given h(x$
oh so we're supposed to use
Yes
Yes because it's a part-by-part question
so still... how would I do this?
Find h(x)'s vertex
-5,-9
Yeah so
Apply this
You have the vertex
x >_ -5?
That could work
Yeah if you use the second option
Although now that I realize it
It's really dependent on your inverse
What did you get for (c)
Inverses cannot be $\pm$, then it wouldn't be a function
Umbraleviathan
Just choose positive or minus
I can do either?
If you choose positive, then restrict h(x) as ${x | x\geq -5}$
If you choose negative, restrict h(x) as ${x | x\leq -5}$
Wait what 😭
Umbraleviathan
How did you do that tho
Graph what?
Graph h(x) and reflect it across y=x
??
Well now reflect h(x) over y = x
So like
Graph y = x
And note how the part where x > -5 will map onto the positive inverse
how?
Yeah so note how some parts of the parabola are equidistant to y = x from their inverse
So this is more of a mental math thing
It's gonna be hard to explain if you cannot picture it in your head
If you don't wanna visualize, just take this phenomenon that happens:
Right side of parabola maps to positive inverse, left to negative
It just does
Uh I can't really explain it other than to look and cry and shit pant
@azure trout Has your question been resolved?
??
@azure trout Has your question been resolved?
@azure trout Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is the purpose of what is circled in red in my calculator?
Is it a different way to express the answer?
Like 5pi/2 is equal to 2pi pi/2?
Or does that mean something else
It’s a plug-in for nspire in French
translating the forums page
Calculation application extending the capabilities of the TI-Nspire CAS and non-CAS calculation engines.
Lua interface, OS 3.2 or higher required
On TI-Nspire CAS:
- specifies if the limits are reached higher or lower values
- specifies the main measure of the results in radians
- specifies the algebraic and exponential forms of complex numbers
On non-CAS TI-Nspire:
- exact results thanks to an exact calculation engine managing many forms (fractions, radicals, radians and trigonometry, exponentials, logarithms...)
- solving equations with one or more numerical solutions
- calculation of limits
- specifies if the limits are reached higher or lower values
- specifies the main measure of the results in radians
- specifies the algebraic and exponential forms of complex numbers
Customizable interface:
I think it's results in radians
Let me know what you think because it's not exactly in the manual
It may be in this forums post but I don't really know if that means something else
No idea. Don't know that calculator
Closed by @sharp moth
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
idk how to do this question
its a multivar calc question
i got x_i=1/lambda*p_i
don't know where to go from there
@pure bolt Has your question been resolved?
@pure bolt Has your question been resolved?
.close
Closed by @pure bolt
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
So confused
Draw a right angle triangle
And label the possible length values in which one variable is larger than the other
(Hypotenuse is always the longest)
So this cannot be cosine, since cosine is a / h
And just eliminate
From then on
oh yea
And as long as h>a then this works
omg
wait i get it now
my teacher explained it so weirdly
he put a 1 on all the numerators
R u in class rn?
no
oh lol
Wai
oops
no no its ok
Its csc, sec, cot and tan. I am confident tan is correct
wait no
a/o can still be 7/5
4 answers?
its just any equation where h is either non existent, or at the front
since 7 > 5
numerator is larger i mean'
But the rest work
yes
okay lemme put it in
Csc and sec work
why was it 1.33 /4 before? you only got 1 wrong
i know so weird
ohj well
canadian online school sucks balls fr
yeah true 1 wrong answer and clicked a wrong one. but 2.66 lost is werid imo idk
yeah - the original wouldve gotten me a 77% instead of 100% just for clicking the wrong one
so stupid
thanks again ❤️
.close
Closed by @azure trout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
alg
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
pls help
@tender dagger Has your question been resolved?
@tender dagger Has your question been resolved?
Laplace's 👹
$\frac{s(t)}{76} = 0.004 \ S(t)=0.304 \ \frac{91.2}{7} - \frac{91.2}{7}*e^{\frac{-7t}{4560}}=0.304 \ \frac{-7t}{4560}=-0.02361 \ t = 15.38014104$
Laplace's 👹
@tender dagger Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
help pls!
Similar triangles have same angles and corresponding sides' ratio.
@strange fractal Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi, is the cross product defined for complex vectors? (By complex vectors, I mean vectors whose elements are complex numbers). If yes, is it still defined only for 3D complex vectors?
I can't find any readable resource on this and I'm not a math genius, so if anyone can send me a link or explain it that'd be great 🙂
@alpine sable Has your question been resolved?
I have read that.
But as I said, I didn’t understand what I found.
I don’t understand the rationales. From my understanding that link seems to approach the fact that the cross product for complex vectors is only defined for 2D
Unless I have misread the article, of course
As for the stackoverflow post I also did find that and read it already. But I am still a bit confused: is the first comment basically saying that the normal cross product defined in R3 applies for complex vectors in 3D, but what differs is that instead we take the complex conjugate of the usual results?
(Also, by the way, I think I was pretty clear that I did my research, but whatever I found wasn’t as easy for me to understand 🙂 )
.close
Closed by @acoustic laurel
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Is this correct?
<@&286206848099549185>
@raven oriole Has your question been resolved?
@raven oriole Has your question been resolved?
@raven oriole Has your question been resolved?
All the angles in a triangle add up to 180º
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can you post the full question
AFAIK ur correct
The question is probably incorrect
Yes
What do you get if you write it out
Yes
Ofc u could write sqrt(2)/2 as 1/sqrt(2)
And do the same for cos
Yea
Yes because we want to show all three expressions are equal
Closed by @nimble creek
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello, I have a question about this problem
So the top row is how a teacher did it, the second row is how I did it, is my answer wrong?
Or are they both correct?
You got every power inverted at the 2nd equal. It should be 1/(what you wrote)
So 1/7z^7y^4
No. It should be what the teacher wrote.
Hmm ok
1/x^k = x^(-k), you did that the other way round
If you look just at the z, you said (with z^5) that x^k = x^-k and (with 1/z^(-2)) that 1/x^k = x^k
These equalities only hold if |x| = 1 or k =0
Closed by @vital robin
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can the hyperbolic plane be represented in full as a subset of any finite dimensional euclidian space? If so, what is the minimum dimensionality needed? I know it can't be done in 3 dimensional euclidian space.
In mathematics, hyperbolic space of dimension n is the unique simply connected, n-dimensional Riemannian manifold of constant sectional curvature equal to -1. It is homogeneous, and satisfies the stronger property of being a symmetric space. There are many ways to construct it as an open subset of
...
according to this 4
Thanks
Is it possible to have an elliptic plane (infinite) with constant positive curvature at every point?
A sphere has constant positive curvature at every point but it closes back on itself and is finite
google found this post
I saw that and I didn't see an answer there
I would probably try it in #diff-geo-diff-top
@swift mesa Has your question been resolved?
Closed by @swift mesa
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Need help with geometry 😁 please help
What do you need help in?
a more visible screenshot might help
Two column proofs usually start with the givens
Your statement is correct, and will be part of the proof, but you should start with the given congruences first.
@kindred tiger Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i turn this into an exponential equation?
Use the points to plug into the equation and get a system of equations to solve for the a b and c
i dont understand the second part of what you said
Plug in both of those points and you should get two equations of just a, b, and c.
For instance:
At (0,-7)
Your equation become -7 = (a * b^0) + c
Which becomes: -7 = a + c
Do the same for the second point and get another equation
Closed by @lucid skiff
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone explain to me how to do this number
Do you know what continuous means
yes i do
Do you know where they intersect
Both functions
i donttt
Where they intersect is where x equals k
Put both equations equal to each other and solve for x, that x value should theoretically equal k
ohh okk i see thxx
@rotund grove Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
isosceles trapazoid ABCS, having a height equal to 2 cm and 4 cm, respectivily
Draw it out please
that the thing idk how to do that
Plus what do you need to solve
idk how to
What concept of a trapezoid
idk
Area? Perimeter?
idk
Post the full question
the question is contrusct a quadrilateral having the following propreties
Oh no
are u able to help me?
its okay
so do i wait here
for someone else to come?
<@&286206848099549185>
<@&286206848099549185>
.close
Closed by @neat anvil
Use .reopen if this was a mistake.
Please take a minute to participate in [our survey](#changelog message) if you haven't already!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi can someone help me with this problem 😅
What have you tried
Idk how to wven start it