04/02/2023, 02:27 AM
(03/31/2023, 02:10 PM)Ember Edison Wrote: I've come to make a request.Although this request is not very relevant to this post.
Can the beta method make a Pictures similar to the Chi-star function?
Just to be clear; we are asking for an additional input to define a level set? And the specific level set is related to this first order expansion?
I can definitely code in level sets; I'd probably write this as:
Code:
if(abs(func(z)- level(z)) == 0, Pixel(z) = YELLOW); //not what the code actually looks like but basically thisWhere you would be forced to define func(z), as usual, but then additionally define a level set function level(z); which I'll take to be zero with no input. I'll see if I can find a quick way to code in a manner of guessing the chi-star level set... but I'm not sure... I can definitely get level sets for this though!!!!!
I'll see what I can do! This seems interesting so I'll give it a shot! First up is level sets; then finding the chi-star level set in terms of beta!


Although this request is not very relevant to this post.