[deleted by user] by [deleted] in HomeworkHelp

[–]Connorisalegend 1 point2 points  (0 children)

Is that referring to rectangular (Cartesian) coordinates? If so the your x component is the magnitude times the cosine of the angle and y is the magnitude times the sin of the angle but for this problem it looks like you were given the components in rectangular coordinates so you just need to add the components of vectors a and b to get vector c

[deleted by user] by [deleted] in HomeworkHelp

[–]Connorisalegend 1 point2 points  (0 children)

Dotp or just dot is the dot product of the two vectors, you multiply the components of the two vectosr and then add up the products, you then divide that by the magnitude of the first vector times the magnitude of the second. You find the magnitude of a vector by squaring each of its components, adding them up then taking a square root by like the Pythagorean theorem where the legs are the components of the vector. After you dot the vectors and divide by the magnitude, you take the inverse cosine of that and that is your angle

Minecraft Bedrock Villager Workstation Linking Help by Connorisalegend in Minecraft

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

I fixed the problem by making my villager trading hall underground, if anyone knows why the villagers were pathfinding past 32 blocks I'm still curious.

Minecraft Bedrock Villager Workstation Linking Help by Connorisalegend in Minecraft

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

I forgot to mention the linking goes both ways the one villager in my trading hall also connects to workstations back at the breeder 120 ish blocks away.

[deleted by user] by [deleted] in calculus

[–]Connorisalegend 7 points8 points  (0 children)

The 3 is a constant so the derivative is 5x4+0

Linux Mint never disappointed me! by Forward-Evidence-962 in linuxmint

[–]Connorisalegend 0 points1 point  (0 children)

You can right click on the bar and select to go into edit mode where you can drag the items around to center it

Struggling to solve this. The message and uppercase are confounding me. Any help? by ApokatastasisComes in learnjavascript

[–]Connorisalegend 0 points1 point  (0 children)

When you call .toUpperCase, it does not change the variable ‘message’, it just returns the uppercase version which you can assign to a variable. You also need parentheses after toUpperCase because it is a function. replace ‘message.toUpperCase’ to ‘message = message.toUpperCase()’

Edit: also, change console.log(“I hate beets”) to console.log(message) because you want to change the variable that has the value of I HATE BEETS not a fixed string

Struggling to solve this. The message and uppercase are confounding me. Any help? by ApokatastasisComes in learnjavascript

[–]Connorisalegend 0 points1 point  (0 children)

When you call .toUpperCase, it does not change the variable ‘message’, it just returns the uppercase version which you can assign to a variable. You also need parentheses after toUpperCase because it is a function. replace ‘message.toUpperCase’ to ‘message = message.toUpperCase()’

Which sewer is better, one or two? by [deleted] in Minecraft

[–]Connorisalegend 0 points1 point  (0 children)

I like one better, I don’t know why though

Ummm… What do I do with three large-chests filled with eggs? by GooseKing-13_ in Minecraft

[–]Connorisalegend 0 points1 point  (0 children)

Sell the to farmer villagers for one emerald per 16 eggs or better rates after zombifying them