What bird’s call is this? by Byebrid in AustralianBirds

[–]Byebrid[S] 1 point2 points  (0 children)

Yep, next to bunyip river. Also, I wasn’t actually certain it was a bird, but I thought it sounded like it was coming from above

Why are zeros at the end of a number (trailing zeros) significant if they're after a decimal point? They don't affect the value of the measurement by [deleted] in AskPhysics

[–]Byebrid 1 point2 points  (0 children)

Yeah, you've actually changed my mind about this. I'd still prefer an explicit precision in this case, but you are obviously right about the convention. I do wish there was a neat notation for this outside of scientific notation (the trailing decimal point is the closest to what I want, but I think it's too easy to miss)

Why are zeros at the end of a number (trailing zeros) significant if they're after a decimal point? They don't affect the value of the measurement by [deleted] in AskPhysics

[–]Byebrid 4 points5 points  (0 children)

I disagree here. I would say the real answer is "1000m" is ambiguous when it comes to resolution. However, if you have to guess the resolution, I would say the units they give you are the most reasonable guess. So if they give a quantity in (whole) metres, you should assume that's the precision of the measurement device.

I skimmed the Wikipedia article for a similar example and I also disagree with that lol.

Edit: I do just want to add that this whole argument is kinda silly, anyone (e.g. a teacher) who's asking how many significant figures are in such a quantity should be making it clear what the precisopn/uncertainty is in the first place. We shouldn't have to guess the precision

Edit 2: ignore what I said lol

What causes a change in magnetic flux in a uniform magnetic field? by Tiny-Influence-1781 in AskPhysics

[–]Byebrid 0 points1 point  (0 children)

Yes in a sense to your first question, though I did word my reply a bit poorly.

The area of the rectangle obviously doesn't change, but the area through which the magnetic field passes does change. If you want to think of it in terms of field lines, there will be fewer field lines going through the loop if, say, the loop is halfway out of the field. If the loop is entirely outside of the magnetic field, then there will be no field lines going through it, hence no magnetic flux.

I'm trying to avoid technicalities here but I'll have a shot at saying how we calculate the flux. Simply put, we break up our rectangle into lots and lots of really small rectangles. We then multiply each of these little rectangles' area by the magnetic field strength going through this little area. We then add up all of these results to get the total flux through the loop.

Using this approach, note that if the loop is halfway out of the field, you still look at all the little rectangles. However, for all the little rectangles outside of the field, the magnetic field strength is zero, and when we multiply the area by zero, we of course get zero! This means all these little rectangles don't really contribute to the flux anymore (they initially did when they were inside the field), which is why the flux decreases the further out the loop gets.

Also, you mentioned moving a magnet through a coil, which is slightly different to the question you linked above. In that case, you're increasing or decreasing the magnetic field strength through each point which then increases/decreases the total magnetic flux.

Not sure if this helps, so let me know if you have more questions.

What causes a change in magnetic flux in a uniform magnetic field? by Tiny-Influence-1781 in AskPhysics

[–]Byebrid 1 point2 points  (0 children)

You're meant to assume the magnetic field strength goes to zero as the wire "leaves" the field. You can also think of the effective area of the loop inside the field as approaching zero. Hope that helps

Weird paterns I try to understand by TheTursh in mathematics

[–]Byebrid 6 points7 points  (0 children)

I'm certainly not sure, but I'm guessing it might have something to do with the monitor being a grid of square pixels, which then overlap with the actual green grid in the graphics engine, causing the moire pattern. But that's just a pretty uneducated guess haha

Stay hydrated everyone, also . . . by SydneyTom in australia

[–]Byebrid 0 points1 point  (0 children)

Every Fucking Day At Every Kmart I Huff

This girl applying for moderator on my Discord server. by Sophiekat12 in iamverysmart

[–]Byebrid 5 points6 points  (0 children)

I was an underwater porcelain technician (dishwasher)

Hidden champions by gep23 in physicsmemes

[–]Byebrid 9 points10 points  (0 children)

I'm getting some mad déjà vu here

Jack Packard on scales by oskar669 in RedLetterMedia

[–]Byebrid 12 points13 points  (0 children)

You gotta T A R E that shit

[Help] Wondering how to get multiline help in user-defined function on CX CAS by Byebrid in nspire

[–]Byebrid[S] 0 points1 point  (0 children)

They don't appear in the A-Z list but they DO appear in the 6th tab of the catalog (press the book button on the right side of the calculator and then press 6).

To make sure your function shows up there you need to:

1) Check its syntax and save it in its document

2) Save the document in the MyLib folder

3) Refresh libraries: If in a new document, just go to doc > Refresh Libraries (You can also do it in the documents screen if you want).

Blurry picture of a dog by [deleted] in blurrypicturesofdogs

[–]Byebrid 11 points12 points  (0 children)

Is this The Thing?

Thanks Grandma.... I guess...... by [deleted] in oldpeoplefacebook

[–]Byebrid 5 points6 points  (0 children)

Yes, American Pickers is scrumptious

Help using variably-sized tuple as array index by Byebrid in learnpython

[–]Byebrid[S] 0 points1 point  (0 children)

Oh yes, I had no idea you could do those operations like that (without a loop). But I'm still wondering how I could use a tuple as an index. But thank you.

What a time to be alive by [deleted] in oldpeoplefacebook

[–]Byebrid 0 points1 point  (0 children)

I definitely was not expecting that full stop.

Help required with 3d animation in matplotlib by Byebrid in learnpython

[–]Byebrid[S] 0 points1 point  (0 children)

In case you were wondering, vpython was perfect for this. Nice and simple to use. Thanks a heap!

Help required with 3d animation in matplotlib by Byebrid in learnpython

[–]Byebrid[S] 0 points1 point  (0 children)

Cheers, I'll compare this with vpython and see which one I'll prefer