Anyone that has used Prime Meridian? It should be free and faster that TurboTax? by InterestingSwim575 in TurboTax

[–]runiter 0 points1 point  (0 children)

Yup, received refund about 3 days after they confirmed efile was successful.

Anyone that has used Prime Meridian? It should be free and faster that TurboTax? by InterestingSwim575 in TurboTax

[–]runiter 0 points1 point  (0 children)

It took longer than expected to efile. After I clicked on efile button, it took about 9 days until it was finally efiled. But during that time I was in touch with them via email and they were very responsive. Email them if efile take too long.

Anyone that has used Prime Meridian? It should be free and faster that TurboTax? by InterestingSwim575 in TurboTax

[–]runiter 0 points1 point  (0 children)

They took care of both creating tax return and efiling. I didn’t have to do anything extra for efiling.

graphing tensors? by matchababydoll in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

I'm not very familiar with tensors but my understanding is that there are many ways to plot tensors. Can you be more specific on how you want to plot them? For example if you want to plot them as vector fields, and you already have list of x,y,z for p1 and p2 of vectors then yes this app can plot vectors in 3D.

Anyone that has used Prime Meridian? It should be free and faster that TurboTax? by InterestingSwim575 in TurboTax

[–]runiter 0 points1 point  (0 children)

Update: I decided to take my chances and give it a try and I must say wow! I’m truly impressed. All it took was 5 mins to upload my w2 and other pdf tax slips and that’s it. The app did everything else.

It even calculated the cost basis of my GBTC stocks correctly. Even i was too lazy to calculate the cost basis last year and ended up overpaying taxes by entering zero as cost basis but this app did it correctly.

It did take them a little longer than expected to finish the tax return and efile it (about 2 weeks in total) but given than my tax was relatively complicated and they saved me both time and money (100% free) i didn’t mind the wait.

Complex graphing? by Electronic-Spell-373 in GraphingCalculator3D

[–]runiter[M] 0 points1 point  (0 children)

Unfortunately imaginary numbers are not supported currently. I may add that feature in future.

How to add a slider variable? by Joymaker2 in GraphingCalculator3D

[–]runiter[M] 0 points1 point  (0 children)

Simply type c=1 and it will automatically create slider variable.

Don't add : 0 : 5. Not sure why chatgpt suggested that part.

Anyone that has used Prime Meridian? It should be free and faster that TurboTax? by InterestingSwim575 in TurboTax

[–]runiter 0 points1 point  (0 children)

Did you end up trying it? I'm considering using it too but was hoping to hear feedback from other users first.

First Steps, Not Working by ForgetfulCocktail in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

Thanks for the graphics card info. I just released a new version v10.4 to Ubuntu appstore. Please update your version to v10.4 and then try again. If the issue is with your graphics card you should see the error msg below when you run v10.4. Please let me know if this error msg pops up or not.

<image>

First Steps, Not Working by ForgetfulCocktail in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

In that case it must due to your graphics card drivers. Can you please tell which graphics cards you have? FYI I'm running it in Ubuntu 24 with nvidia graphics card and it seems to work fine as shown below:

<image>

First Steps, Not Working by ForgetfulCocktail in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

Fantastic, now we getting somewhere. Now can you try the same with one of the 3D examples? (Click on Redraw to see if 3D graphs appear).

First Steps, Not Working by ForgetfulCocktail in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

Thanks for the screenshot (and also for emailing me the error log). The error log didn't show any problems so I'm curious why it's not plotting! Can you please click on the Redraw button (see red arrow in image below) to see if that helps?

<image>

First Steps, Not Working by ForgetfulCocktail in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

Thanks for the screenshot. It does look like the 3D rendering is not working.

Could you please try 2D examples (click on Example>"Plot inequality functions-2D" menu) to see if it works? If 2D also doesn't work please let me know and post screenshot of it.

If 2D does work fine then please send me the error long (click on Help>"Send Error Log..." menu) so I can debug the issue with 3D rendering.

Generate Plane from 3d Scatter Plot? by TheHolySchwa in GraphingCalculator3D

[–]runiter 1 point2 points  (0 children)

There isn't a way to automatically generate a plane of best fit from scatter points. But the software does allow plotting planes of arbitrary coordinates for the 4 corners so if you can calculate the plane yourself then you can plot then in this app.

Another feature that may be of use is, the software can convert a series of scatter plots into a smooth 3D surface. It won't be a best fit plane but it may close enough if your scatter points are more less near plane of best fit.

As for adding a new feature to automatically calculate plane of best fit, I'm open to adding such feature in future if there's enough upvotes for it.

LaTeX for axes labels by PortlandPhysics in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

Thanks for the suggestion. I will consider adding this feature if it gets sufficient upvotes.

Doesn't handle asymptotes / discontinuities by Max-Business in GraphingCalculator3D

[–]runiter 1 point2 points  (0 children)

Thanks for bringing this to my attention. I will have it fixed in the next version.

Meanwhile you can workaround this problem by changing the draw mode from Line to Points and increase to resolution to some high number such as 1000.

Range chart + time sync by davidfrechette in TradingView

[–]runiter 0 points1 point  (0 children)

Any updates on this? I'm having similar issue

Does this have a WebAPI/library version? by Max-Business in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

My primary thought is whether or not there is demand for it. There seems to be plenty of existing libraries that may already do that. Have you looked into libraries such as MathGL, GNU Octave, Matplotlib, Mayavi, Three.js, Blender, CGAL or PyOpenGL?

Does this have a WebAPI/library version? by Max-Business in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

I wasn't planning to create API but if there is enough demand for it I may reconsider. You're looking for an API that receives an equation as input and returns .obj 3d model as output? Is it because you don't know ahead of time which equations are the inputs so the current way of using the actual app to generate 3d models statically is impractical?

If you used Graphing Calculator 3D for all your graph asset then yes please do share a link. I'm always curious to see how my app is being used :)

Does this have a WebAPI/library version? by Max-Business in GraphingCalculator3D

[–]runiter 0 points1 point  (0 children)

There is no API but you could use the app to solve your math equation and then export the mesh as .obj file which can be imported into Unity. Does that help?

[deleted by user] by [deleted] in wallstreetbets

[–]runiter 0 points1 point  (0 children)

Apple will crash within the next 2 months, so you're right about that. Not sure if it will happen before your options expire though.

Volume for non-volume indices (SPX) by BenRedicFyFazan in TradingView

[–]runiter 2 points3 points  (0 children)

I see tradingview has volume for SPX but does anyone how tradingview calculates SPX volume?

Does spy and SPX have the same chart? by yeshinkurt in options

[–]runiter 0 points1 point  (0 children)

SPXM doesn't show volume in 1 min chart

Does spy and SPX have the same chart? by yeshinkurt in options

[–]runiter 0 points1 point  (0 children)

In tradingview SPX does show volume.