Chris Chudzicki

Results 71 comments of Chris Chudzicki

This could certainly be smoother, but boolean logic appears to work with multiple/addition symbols: https://www.math3d.org/cYFQBTI3t (there are some quirks, like if "a" is a boolean value, "a" by itself won't...

Good questions! Somewhat disappointing answers: 1. At the moment, you can't. _The default blue is also a different shade than the blue available in color picker, which has always kind...

I just want to mention that this is functional in https://github.com/ChristopherChudzicki/math3d-next (though the overall project is still very much a work in progress). Here's the new color selection form:

You're right! Thanks for pointing this out. I'll try to look into it. As slightly more convenient workaround, I seem to be able to click *after* the samples: I think...

Hi @eaglexmw-gmail Thanks for opening a PR. Those imports are not broken since math3d uses `NODE_PATH=src/`, the src directory is searched for modules before node_modules. Admittedly, this is not really...

_Sorrowful Admission:_ I'm just running math3d on my local machine without any sort of vm, so I'm not entirely sure about configuration on other systems. And I use a mac....

@o-b-o Incidentally my local db was complaining about SSL not being supported. I dunno if other people were having this problem. https://github.com/ChristopherChudzicki/math3d-react/pull/321 should fix it.

**Re 1:** I understand your waryness—no one wants to spend time creating stuff only to have it disappear. That said, please feel confident using "Share": The visualizations are stored in...

### Current Status I just added the functions `re`, `im`, `arg`, and `conj`. Existing functions like `sin` and `exp` should already work with complex numbers. The imaginary unit is `I`...

I really like this idea! It would be a big improvement and definitely help improve discoverability of some features. Thanks again for all the issues you've posted today! I'll definitely...