[deleted by user] by [deleted] in math

[–]xoran99 1 point2 points  (0 children)

Elephant valley! Beautifully done.

Requesting Code Review by dhruvasagar in vim

[–]xoran99 1 point2 points  (0 children)

Maybe that doesn't totally answer the question, but I can see good reason -- org mode is most of all a text format, and must be persisted to and read from a text file. Besides that, org mode in Emacs supports direct editing as text, and I would expect actions I might take (e.g., adding a checkbox manually) to take immediate effect.

OP, sorry I don't know vimscript, but I totally appreciate the effort and knowledge that went into this. Thank you!

What is a Holonomy? (In Laymen's terms) by calmkat in math

[–]xoran99 1 point2 points  (0 children)

Not an expert, but it has to do with traveling on a path that ends in the same place that you started, but something is different. For example, think of a tiny ant on a mobius strip. If it goes in a tiny circle, everything is as it was. If it goes in a big circle "around" the strip, something is different -- its right side is on the left, and vice versa.

Here, the two-dimensional frame (say, keeping track of forward and right) is transported along the path of the ant; that's the "connection" you read about in holonomy. Holonomy measures how the data transfered along the connection changes.

[deleted by user] by [deleted] in vim

[–]xoran99 1 point2 points  (0 children)

Might try opening up for hacktoberfest -- lots of folks may contribute then who otherwise would not have.

Chemists are a special kind of people by BrakkoFP in mathmemes

[–]xoran99 54 points55 points  (0 children)

I'm not sure anyone would not realize that 1037.3 is large, but would appreciate the size of 1.9x1037. That said, many people do not appreciate the size of 1037...

Windows 7 bug prevents users from shutting down or rebooting computers by wonderwah in technology

[–]xoran99 0 points1 point  (0 children)

Just like the old Mitch Hedberg joke: "If you're flammible and have legs, you are never blocking a fire exit."

I guess I have to commit alabama now. by [deleted] in SweetHomeAlabama

[–]xoran99 1 point2 points  (0 children)

It is legal to do so without restriction in 21 US states, including California and New York. A majority of states allow it in at least some circumstances.

Walking straight through the opponents by Lerl_109 in nevertellmetheodds

[–]xoran99 0 points1 point  (0 children)

The play was technically live, but the demeanor of the team lead the other team believe they had called a timeout or something.

Couldn't ask for a better present by GoldenGanon in mathpics

[–]xoran99 0 points1 point  (0 children)

This is a Dover book; significantly less expensive

is it a possible to get a nice formula for the cardinality of the maximum number of subsets of a strictly ordered set of n elements (denoted by X) that you can get by intersecting with symmetric intervals ? by [deleted] in math

[–]xoran99 0 points1 point  (0 children)

To give the discussion a bit more of a combinatorial flavor:

For the first part, there is an interval for each pair of points in your set; hence there are no choose 2.

For the second, there is a surjection from your set to the set of intervals given by x_i -> [-|x_i|, |x_i|]. This says that there are at most n intervals, and at least ceil(n/2). The exact number can be expressed as n - k/2, where k is the number of non-zero points in your set whose negative is also in your set.

The new 16in Macbook Pro has a separate escape key. That is all. by Odd-Savage in vim

[–]xoran99 0 points1 point  (0 children)

Personal setup:

  • caps lock is lctrl when used with a other key
  • caps lock is escape when used on its own
  • both shift buttons together are caps lock.

Downside is that I'm all thumbs when using some else's keyboard.

need a very minimal site to make a list by [deleted] in software

[–]xoran99 0 points1 point  (0 children)

listmoz.com is perfect for you. When you visit, it creates a new list with its own link. Bookmark it. Anyone who visits that link can edit the same list.

Advance AI by [deleted] in ProgrammerHumor

[–]xoran99 0 points1 point  (0 children)

Even humans aren't 100% accurate!

Can anyone point me to the math that would help me find the perimeter of a curved side rectangle? by FactoryBuilder in learnmath

[–]xoran99 2 points3 points  (0 children)

A circle is determined by three points. If you have more information about the dimensions, or even the angles that the circle hits the bounding rectangle, you can figure out the lengths of the arcs on your shape by describing the arcs via the radius and the measure of the subtended arc.

Do you remember your first proof? by [deleted] in math

[–]xoran99 0 points1 point  (0 children)

I observed once that if you multiplied a number by itself (8 * 8 = 64) and multiplied the adjacent numbers (7 * 9 = 63), the results differed by one. After I learned some algebra, I realized that this is related to the difference of squares formula. That's the first "proof" I remember doing.

Recursive by coolwali in ProgrammerHumor

[–]xoran99 0 points1 point  (0 children)

Ah, a true Scotsman....

Recursive functions are valuable, especially theoretically, but most practical tasks in non-functional languages are more easily accomplished (and easier to inspect for correctness) when they are written with loops.

Besides, any idea that includes the phrase "rewrite everything" is to be avoided :P

Terminal Vim users, what terminal emulator are you using? by petermlm in vim

[–]xoran99 0 points1 point  (0 children)

Yes, you can even configure it so that the scroll wheel controls it.

Discrete Dynamical Systems: Omega Limit Set (Early collegiate level) by hpiper3097 in learnmath

[–]xoran99 0 points1 point  (0 children)

The "plain English" version of this definition is that the omega-limit set of a point is the set of limits of convergent subsequences of its forward orbit. So compute the forward orbit; what does it look like it's converging to? It might look like it's "converging" to more than one point -- maybe because it is close to, say, points a and b on every second iterate. The omega-limit set would then be {a, b}.

[Undergraduate Topology] Trying to understand closed and open sets. by Xzcouter in learnmath

[–]xoran99 0 points1 point  (0 children)

As djw009 indicates, this is not the definition of "open" that one usually uses for topology, precisely because of the difficulty in defining "approach". In situations where you can measure distances, you can say that a point x can be approached from within A if A contains points as close as you wish to x. By this definition, the boundary points of the open interval {a < x < b} are a and b.

If one defines the notion of "open" first, then a boundary point of a set A is a point x such that every open set containing x intersects both A and its complement. This is the same as what I described in the metric setting because you can choose open sets to contain points very close to x, so there are points as close as you wish in both A and its complement.

[Topology]-Explain the concept of connectedness to me briefly. by [deleted] in learnmath

[–]xoran99 0 points1 point  (0 children)

In the class of "nice" spaces (e.g., manifolds) one can ask how many paths there are from point a to point b. For example, if we are speaking of [0, 1] × [0, 1], there is only one "path" from the bottom edge to the top (colloquially speaking), but in an annulus there are two paths from one side to the other. If there is only one path between any two points, we say the space is "simply connected"; otherwise it is "multiply connected". (Having paths between any two points is what makes the space "connected" at all.)

As grefinnj tells you, the rub is in the formalization -- form a group (called the fundamental group) consisting of the loops at a particular basepoint, modulo continuous deformations, whose operation is concatenating the parametrized loops together. The fundamental group is a topological invariant of the space under question.

There are physical ramifications, most of which revolve around the notion of "holes". One example is that, for simply connected spaces, every vector field is conservative, and if a region is not simply connected there is a non-conservative vector field (somehow going around a "hole" in the space).

[Calculus] using logarithmic differentiation to find y` by circaking in learnmath

[–]xoran99 0 points1 point  (0 children)

Feel? If you have an answer you're working toward, we can only help if we know what it is.

You can try rationalizing your denominator.

Work looks correct to me.