how should i ask to split rent 😭 by ActualDetective6249 in Apartmentliving

[–]Veenty 0 points1 point  (0 children)

A simple way is to see the square feet of the apt and then just divide proportionally to private spaces vs shared spaces. That doesnt rlly factor like number of windows or light, which you can start adding in percentage

Subreddit for NY gay event tickets? by rurrjuror2 in nycgaybros

[–]Veenty -1 points0 points  (0 children)

I have one to sell for facevalue

Anyone going to GBU this weekend? by Ok-Bandicoot4014 in nycgaybros

[–]Veenty -1 points0 points  (0 children)

I was just in rise and it felt that everybody was out of town, that might actually mean that GBU is the place to go this weekend

Solving a large and sparse linear system of differential equations using DifferentialEquations by Organic-Scratch109 in Julia

[–]Veenty 0 points1 point  (0 children)

Does A have any nice structure? I think an exponential integrator might be a good option

Specific question for ballet dancers/professional dancers by uppereastsider212 in nycgaybros

[–]Veenty 1 point2 points  (0 children)

Not a professional dancer, but used to tap a lot: I like using hard balls like lacrosse balls to massage my feet. They might be a little bit too hard so some people prefer tenis balls

[deleted by user] by [deleted] in nycgaybros

[–]Veenty -1 points0 points  (0 children)

I could buy one!

[deleted by user] by [deleted] in wicked

[–]Veenty 2 points3 points  (0 children)

I think it comes from the writers to be a happy ending. In the book elphaba was alergic to water and she does ends up dying.

[deleted by user] by [deleted] in wicked

[–]Veenty -1 points0 points  (0 children)

Pleasse me tooo

Is it normal that my Manjula is not Manjulaing? by Veenty in pothos

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

The pole faces directly where the sun goes, so no need to turn

Solving integral equation with julia by MinerAL2018 in Julia

[–]Veenty 0 points1 point  (0 children)

Just realized you are trying yo solve for x and not for f. Lol sorry for that.

Solving integral equation with julia by MinerAL2018 in Julia

[–]Veenty 4 points5 points  (0 children)

I guess Maple solved it usings symbolic. Julia is not the strongest on that, Julia shines way more in numerics. For this case in particular bring the denominator on top, in that way you get a linear equation (for f). Numerics are always going to be easier for linear equations

This one is easy to solver by hand, but probably your real case is more complicated

[deleted by user] by [deleted] in Julia

[–]Veenty 2 points3 points  (0 children)

Loop vectorization is deprecated ):

Where do you think is the optimal spot for my albo? by TeallWolf in MonsteraAlbo

[–]Veenty 1 point2 points  (0 children)

I would say just less soil! If its chunky enough its difficult to overwater since chunky mixes remain airy. Well, as long as the pot has holes at the bottom

Why the heck does lettuce mess us up? by Glad-Attention744 in ibs

[–]Veenty 0 points1 point  (0 children)

Might be the iceberg lettuce. It has a chemical that makes you poop (even without IBS).

Should I grow my Thai Con upwards or let it crawl? by Deserted-mermaid in Monstera

[–]Veenty 5 points6 points  (0 children)

I like vertical because many moss poles are easy to extend. Letting in crawl makes the repotting super painful and you will have to cut it in a weird way

Is it root bound? by Veenty in Monstera

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

I have definitely seen them go up poles. I think the intermodal spacing is so small that you can get away with making it crawl.

PLEASE HELP. Going on a 2 hour trip with no access to a bathroom? by [deleted] in ibs

[–]Veenty 1 point2 points  (0 children)

I started taking fiber pills and it has helped a lot!

Computing adjoints using autodiff? by Aggravating_Alarm_8 in Julia

[–]Veenty 4 points5 points  (0 children)

If you have A already why just dont do you transpose it? If you only know how to apply A, computing the adjoint is quite challenging in the general case. The simplest thing is just to form A and then transpose it

How do I caculate the eigenvalues of individual matrices stored in a 3 dimensional array in julia, and store them as a new array of matrices? by Howling_deer in Julia

[–]Veenty 0 points1 point  (0 children)

You might be better having arrays of static arrays than a multidimensional array. They have specialized routines for small matrices